Maria GDK 5.0.0.756
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.GDK.CommonCore.GeoTransform.NullProjector Class Reference
Inheritance diagram for TPG.GDK.CommonCore.GeoTransform.NullProjector:
TPG.GDK.CommonCore.GeoTransform.IProjector

Public Member Functions

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.
 

Properties

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.
 
- Properties inherited from TPG.GDK.CommonCore.GeoTransform.IProjector
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.
 

Member Function Documentation

◆ LatLonToXY() [1/2]

bool TPG.GDK.CommonCore.GeoTransform.NullProjector.LatLonToXY ( GeoPos  latlon,
out Point  xy 
)
inline

Convert from geographical lat/lon coordinate to pixel coordinates.

Parameters
latlonLatitude/longitude in WGS84
xy
Returns

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ 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
latlonArray of Latitude/longitudes in WGS84
xyArray 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

Convert from pixel coordinate to geographical lat/lon.

Parameters
xy
latlon
Returns

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ XYToLatLon() [2/2]

bool TPG.GDK.CommonCore.GeoTransform.NullProjector.XYToLatLon ( Point[]  xy,
out GeoPos[]  latlon 
)
inline

Convert multiple points from pixel coordinates to geographical lat/lon.

Parameters
xy
latlon
Returns

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

Property Documentation

◆ IsProjection

bool TPG.GDK.CommonCore.GeoTransform.NullProjector.IsProjection
get

True if the IProjector transform contains a projection component, false if the transform is 'only' a datum converion.

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ Pid

ProjectorTag TPG.GDK.CommonCore.GeoTransform.NullProjector.Pid
get

Gets the ProjectorId tag.

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ ProjectionString

string TPG.GDK.CommonCore.GeoTransform.NullProjector.ProjectionString
get

Get projection ID for the current projection.

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ Unit

DistanceUnit TPG.GDK.CommonCore.GeoTransform.NullProjector.Unit
get

Nominal unit in the XY plane.

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.

◆ UnitScale

double TPG.GDK.CommonCore.GeoTransform.NullProjector.UnitScale
get

XY unit scale factor. If XY unit is 'Meters' and UnitScale is 1e3, actual XY values are in kilometers.

Implements TPG.GDK.CommonCore.GeoTransform.IProjector.


The documentation for this class was generated from the following file: