Click or drag to resize

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
)

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: TransformDelegate
A TransformDelegate that can handle the coordinate transformation or null.
Remarks
GetTransformDelegate along with CoordinateTransformation.OnGetTransform is used to provide additional coordinate transformation routines to CoordinateTransformation.
See Also