Geotools.Net

ICoordinateTransformationAuthorityFactory.CreateFromCoordinateSystemCodes Method 

Creates a transformation from coordinate system codes.

[Visual Basic]
Function CreateFromCoordinateSystemCodes( _
   ByVal sourceCode As String, _
   ByVal targetCode As String _
) As ICoordinateTransformation
[C#]
ICoordinateTransformation CreateFromCoordinateSystemCodes(
   string sourceCode,
   string targetCode
);

Parameters

sourceCode
Coded value of source coordinate system.
targetCode
Coded value of target coordinate system.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.ICoordinateTransformationAuthorityFactory.CreateFromCoordinateSystemCodes(System.String,System.String)

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.ICoordinateTransformationAuthorityFactory.CreateFromCoordinateSystemCodes(System.String,System.String)

See Also

ICoordinateTransformationAuthorityFactory Interface | ICoordinateTransformationAuthorityFactory Members | Geotools.CoordinateTransformations Namespace