ProjCoordinateTransform
Description
- Derived from
-
CoordinateTransform abstract
IDeletable
| Full source code is included in the Tinman 3D SDK download. |
A ICoordinateTransform implementation for the PROJ library (https://proj.org), which must have been installed separately.
By calling IDeletable.Delete, the PROJ objects are deleted and subsequent calls to ICoordinateTransform.GeographicToMap and ICoordinateTransform.MapToGeographic will return Vec2D.Undefined.
Public / Constructors
ProjCoordinateTransform
Creates a new instance of ProjCoordinateTransform.
To apply custom CoordinateSystemFlags, use ICoordinateTransform.Flags.
- TinmanException
-
If the given definition string is malformed or if the PROJ library is not available, see GdalImageFormat.IsProjAvailable