Geotools.Net

ICoordinateTransformationFactory.CreateFromCoordinateSystems Method 

Creates a transformation between two coordinate systems.

[Visual Basic]
Function CreateFromCoordinateSystems( _
   ByVal sourceCS As ICoordinateSystem, _
   ByVal targetCS As ICoordinateSystem _
) As ICoordinateTransformation
[C#]
ICoordinateTransformation CreateFromCoordinateSystems(
   ICoordinateSystem sourceCS,
   ICoordinateSystem targetCS
);

Parameters

sourceCS
Input coordinate system.
targetCS
Output coordinate system.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateTransformations.ICoordinateTransformationFactory.CreateFromCoordinateSystems(Geotools.CoordinateReferenceSystems.ICoordinateSystem,Geotools.CoordinateReferenceSystems.ICoordinateSystem)

Remarks

This method will examine the coordinate systems in order to construct a transformation between them. This method may fail if no path between the coordinate systems is found, using the normal failing behavior of the DCP (e.g. throwing an exception).

See Also

ICoordinateTransformationFactory Interface | ICoordinateTransformationFactory Members | Geotools.CoordinateTransformations Namespace