GetTransformDelegate Delegate |
A delegate providing a transformation for specific coordinate reference systems.
Namespace:
Ptv.Components.Projections.Direct
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public delegate TransformDelegate GetTransformDelegate(
string sourceId,
string targetId
)
Public Delegate Function GetTransformDelegate (
sourceId As String,
targetId As String
) As TransformDelegate
public delegate TransformDelegate^ GetTransformDelegate(
String^ sourceId,
String^ targetId
)
type GetTransformDelegate =
delegate of
sourceId : string *
targetId : string -> TransformDelegate
Parameters
- sourceId
- Type: SystemString
The identifier of the source coordinate reference system. - targetId
- Type: SystemString
The identifier of the target coordinate reference system.
Return Value
Type:
TransformDelegateA
TransformDelegate that can handle the coordinate transformation or null.
Remarks See Also