ICoordinateTransformation Interface |
Namespace: Ptv.Components.Projections.Proj4
The ICoordinateTransformation type exposes the following members.
Name | Description | |
---|---|---|
FreeProjection |
Frees a projection.
| |
InitProjection |
Initializes a projection.
| |
IsLatLon |
Checks if a projection is using latitude/longitude coordinates.
| |
Transform(IntPtr, IntPtr, Double, Double) |
Transforms a single coordinate.
| |
Transform(IntPtr, IntPtr, Double, Double, Double) |
Transforms a single coordinate.
| |
Transform(IntPtr, IntPtr, Int32, Int32, Double, Double) |
Transforms a set of coordinates.
| |
Transform(IntPtr, IntPtr, Int32, Int32, Double, Double, Double) |
Transforms a set of coordinates.
|