IDatumTransform
Description
- Derived from
-
ISerializable
IEquatable<IDatumTransform>
IConfigurableNull
ICoordinateFlip - Extended by
-
DatumTransform abstract
A IDatumTransform transforms geographic coordinates from one datum to another one (horizontal and/or vertical).
Public / Methods
Public / Attributes
IsVertical
Does this datum transform modify the vertical coordinate only?
If this property returns true, the datum transform modifies the input vertical coordinate and returns the result as the output vertical coordinate, while leaving the input latitude and longitude unchanged. To perform the modification, a datum transform may use the input latitude and longitude, though.