Geotools.Net

CoordinateTransformationFactory.CreateFromCoordinateSystems Method 

Creates a transformation between two coordinate systems. (not implemented)

[Visual Basic]
NotOverridable Public Function CreateFromCoordinateSystems( _
   ByVal sourceCoordinateSystem As ICoordinateSystem, _
   ByVal targetCoordinateSystem As ICoordinateSystem _
) As ICoordinateTransformation Implements _
   ICoordinateTransformationFactory.CreateFromCoordinateSystems
[C#]
public ICoordinateTransformation CreateFromCoordinateSystems(
   ICoordinateSystem sourceCoordinateSystem,
   ICoordinateSystem targetCoordinateSystem
);

Parameters

sourceCoordinateSystem
The source coordinate system.
targetCoordinateSystem
The target coordinate system.

Return Value

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

Implements

ICoordinateTransformationFactory.CreateFromCoordinateSystems

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

CoordinateTransformationFactory Class | CoordinateTransformationFactory Members | Geotools.CoordinateTransformations Namespace