Geotools.Net

CoordinateTransformationEPSGFactory.CreateFromCoordinateSystemCodes Method 

Creates a transformation from coordinate system codes.

[Visual Basic]
NotOverridable Public Function CreateFromCoordinateSystemCodes( _
   ByVal sourceCRSCode As String, _
   ByVal targetCRSCode As String _
) As ICoordinateTransformation Implements _
   ICoordinateTransformationAuthorityFactory.CreateFromCoordinateSystemCodes
[C#]
public ICoordinateTransformation CreateFromCoordinateSystemCodes(
   string sourceCRSCode,
   string targetCRSCode
);

Parameters

sourceCRSCode
EPSG code of the first coordinate reference system.
targetCRSCode
EPSG code of the second coordinate reference system.

Return Value

An object that implements the ICoordinateTransformation interface.

Implements

ICoordinateTransformationAuthorityFactory.CreateFromCoordinateSystemCodes

Remarks

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

See Also

CoordinateTransformationEPSGFactory Class | CoordinateTransformationEPSGFactory Members | Geotools.CoordinateTransformations Namespace