Go to the source code of this file.
◆ dwGeoBounds
Data Fields |
float64_t |
maxLat |
maximum latitude, south - north [-90.0:90.0) |
float64_t |
maxLon |
maximum longitude, west - east [-180.0:180.0) |
float64_t |
minLat |
minimum latitude, south - north [-90.0:90.0) |
float64_t |
minLon |
minimum longitude, west - east [-180.0:180.0) |
◆ dwGeoPoint2dWGS84
◆ dwGeoPointWGS84
Data Fields |
float64_t |
height |
height above WGS84 earth spheroid. Meter is the unit of measurement of height. |
float64_t |
lat |
latitude. Degree is the unit of measurement of latitude. |
float64_t |
lon |
longitude. Degree is the unit of measurement of longitude. |