ICoordinateTransform
Description
- Derived from
- Extended by
-
CoordinateTransform abstract
IMapTransform
A ICoordinateTransform object provides a mapping between map coordinates (i.e. easting and northing) and geographic coordinates (i.e. latitude and longitude).
Instances of ICoordinateTransform deal with horizontal transformations, i.e. transforming coordinates between geographic and projected coordinate systems (see CoordinateSystem.IsGeographic and CoordinateSystem.IsProjection) and performing unit conversion and swizzling (see CoordinateSystem.HorizontalUnit and CoordinateSystem.Flags).
Public / Methods
Flags
Applies the given coordinate system flags to this transform.
The given flags will change the interpretation of easting and northing values that are passed to MapToGeographic or returned from GeographicToMap.