CoordinateTransformationTransformT Method (IEnumerableT, Func, Boolean) |
Namespace:
Ptv.Components.Projections
Assemblies:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public virtual void Transform<T>(
IEnumerable<T> enumerable,
Func getLocation,
bool setLocation
)
where T : class
Public Overridable Sub Transform(Of T As Class) (
enumerable As IEnumerable(Of T),
getLocation As Func,
setLocation As Boolean
)
public:
generic<typename T>
where T : ref class
virtual void Transform(
IEnumerable<T>^ enumerable,
Func^ getLocation,
bool setLocation
)
abstract Transform :
enumerable : IEnumerable<'T> *
getLocation : Func *
setLocation : bool -> unit when 'T : not struct
override Transform :
enumerable : IEnumerable<'T> *
getLocation : Func *
setLocation : bool -> unit when 'T : not struct
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableT
- getLocation
- Type: SystemFuncT, TResult
- setLocation
- Type: SystemBoolean
Type Parameters
- T
Implements
ICoordinateTransformationTransformT(IEnumerableT, FuncT, TResult, Boolean)See Also