creates a ICoordinateTransformation object used to transform coordinates from source CRS to target CRS

Namespace:  EGIS.Projections
Assembly:  EGIS.Projections (in EGIS.Projections.dll)

Syntax

Visual Basic
Public Function CreateCoordinateTrasformation ( _
	sourceWKT As String, _
	targetWKT As String _
) As ICoordinateTransformation
C#
public ICoordinateTransformation CreateCoordinateTrasformation(
	string sourceWKT,
	string targetWKT
)
Visual C++
public:
virtual ICoordinateTransformation^ CreateCoordinateTrasformation(
	String^ sourceWKT, 
	String^ targetWKT
) sealed
JavaScript
function createCoordinateTrasformation(sourceWKT, targetWKT);

Parameters

sourceWKT
Type: System..::..String
targetWKT
Type: System..::..String

Return Value

Implements

ICRSFactory..::..CreateCoordinateTrasformation(String, String)

See Also