CoordinateSystemTransform
Description
- Derived from
A CoordinateSystemTransform object is used to transform coordinates from one CoordinateSystem (geographic or projected) into another one.
The CoordinateSystemTransform class wraps zero, one or two ICoordinateTransforms (for projected source and/or target coordinate system) and zero or one IDatumTransforms (for different GeodeticDatums).
Public / Constructors
CoordinateSystemTransform
Creates a new instance of CoordinateSystemTransform.
- GeorefException
-
If the geo-reference parameters are incomplete or invalid.
- See also
Public / Methods
TransformScale
Transforms the given scale.
When transformation between a geographic coordinate system and a projected or local coordinate system, the geographic scale factor (see CoordinateSystem.GeographicScale) will be taken into account, in addition to the unit conversion factor.