DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

GeoPoints.h File Reference

Go to the source code of this file.

Data Structures

struct  dwGeoBounds
 Geographic coordinate bounds. More...
 
struct  dwGeoPoint2dWGS84
 Location point defined by WGS84 coordinates without elevation. More...
 
struct  dwGeoPointWGS84
 Location point defined by WGS84 coordinates. More...
 

Data Structure Documentation

◆ dwGeoBounds

struct 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

struct dwGeoPoint2dWGS84
Data Fields
float64_t lat latitude
float64_t lon longitude

◆ dwGeoPointWGS84

struct 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.