Creates a transformation between two coordinate systems.
[Visual Basic]
Function CreateFromCoordinateSystems( _
ByVal sourceCS As ICoordinateSystem, _
ByVal targetCS As ICoordinateSystem _
) As ICoordinateTransformation
Missing <returns> documentation for M:Geotools.CoordinateTransformations.ICoordinateTransformationFactory.CreateFromCoordinateSystems(Geotools.CoordinateReferenceSystems.ICoordinateSystem,Geotools.CoordinateReferenceSystems.ICoordinateSystem)
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).
ICoordinateTransformationFactory Interface | ICoordinateTransformationFactory Members | Geotools.CoordinateTransformations Namespace