|
bool | LatLonToXY (GeoPos latlon, out Point xy) |
| Convert from geographical lat/lon coordinate to pixel coordinates.
|
|
bool | LatLonToXY (GeoPos[] latlon, out Point[] xy) |
| Convert multiple points from geographical lat/lon coordinates to pixel coordinates.
|
|
bool | XYToLatLon (Point xy, out GeoPos latlon) |
| Convert from pixel coordinate to geographical lat/lon.
|
|
bool | XYToLatLon (Point[] xy, out GeoPos[] latlon) |
| Convert multiple points from pixel coordinates to geographical lat/lon.
|
|
bool | LatLonToXY (GeoPos latlon, out Point xy) |
| Convert from geographical lat/lon coordinate to pixel coordinates.
|
|
bool | LatLonToXY (GeoPos[] latlon, out Point[] xy) |
| Convert multiple points from geographical lat/lon coordinates to pixel coordinates.
|
|
bool | XYToLatLon (Point xy, out GeoPos latlon) |
| Convert from pixel coordinate to geographical lat/lon.
|
|
bool | XYToLatLon (Point[] xy, out GeoPos[] latlon) |
| Convert multiple points from pixel coordinates to geographical lat/lon.
|
|
|
string | ProjectionString [get] |
| Get projection ID for the current projection.
|
|
bool | IsProjection [get] |
| True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.
|
|
double | UnitScale [get] |
| XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.
|
|
DistanceUnit | Unit [get] |
| Nominal unit in the XY plane.
|
|
ProjectorTag | Pid [get] |
| Gets the ProjectorId tag.
|
|
string | ProjectionString [get] |
| Get projection ID for the current projection.
|
|
DistanceUnit | Unit [get] |
| Nominal unit in the XY plane.
|
|
double | UnitScale [get] |
| XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.
|
|
bool | IsProjection [get] |
| True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.
|
|
ProjectorTag | Pid [get] |
| Gets the ProjectorId tag.
|
|
◆ LatLonToXY() [1/2]
bool TPG.GDK.CommonCore.GeoTransform.NullProjector.LatLonToXY |
( |
GeoPos |
latlon, |
|
|
out Point |
xy |
|
) |
| |
|
inline |
◆ LatLonToXY() [2/2]
bool TPG.GDK.CommonCore.GeoTransform.NullProjector.LatLonToXY |
( |
GeoPos[] |
latlon, |
|
|
out Point[] |
xy |
|
) |
| |
|
inline |
Convert multiple points from geographical lat/lon coordinates to pixel coordinates.
- Parameters
-
latlon | Array of Latitude/longitudes in WGS84 |
xy | Array of pixel coordinates |
- Returns
Implements TPG.GDK.CommonCore.GeoTransform.IProjector.
◆ XYToLatLon() [1/2]
bool TPG.GDK.CommonCore.GeoTransform.NullProjector.XYToLatLon |
( |
Point |
xy, |
|
|
out GeoPos |
latlon |
|
) |
| |
|
inline |
◆ XYToLatLon() [2/2]
bool TPG.GDK.CommonCore.GeoTransform.NullProjector.XYToLatLon |
( |
Point[] |
xy, |
|
|
out GeoPos[] |
latlon |
|
) |
| |
|
inline |
◆ IsProjection
bool TPG.GDK.CommonCore.GeoTransform.NullProjector.IsProjection |
|
get |
◆ Pid
ProjectorTag TPG.GDK.CommonCore.GeoTransform.NullProjector.Pid |
|
get |
◆ ProjectionString
string TPG.GDK.CommonCore.GeoTransform.NullProjector.ProjectionString |
|
get |
◆ Unit
DistanceUnit TPG.GDK.CommonCore.GeoTransform.NullProjector.Unit |
|
get |
◆ UnitScale
double TPG.GDK.CommonCore.GeoTransform.NullProjector.UnitScale |
|
get |
The documentation for this class was generated from the following file:
- Src/CommonCore/TPG.GDK.CommonCore.GeoTransform/DisplayProjection/NullProjector.cs