osi3::GeodeticPosition Struct Reference

The geodetic position of an object, that is, the center of the 3D bounding box. More...

Collaboration diagram for osi3::GeodeticPosition:

Public Attributes

optional double longitude = 1
 Longitude in decimal degrees regarding WGS84. More...
 
optional double latitude = 2
 Latitude in decimal degrees regarding WGS84. More...
 
optional double altitude = 3
 Height above sea level regarding EGM96. More...
 

Detailed Description

The geodetic position of an object, that is, the center of the 3D bounding box.

Member Data Documentation

◆ longitude

optional double osi3::GeodeticPosition::longitude = 1

Longitude in decimal degrees regarding WGS84.

Unit: Degree Range: [-180; 180]

◆ latitude

optional double osi3::GeodeticPosition::latitude = 2

Latitude in decimal degrees regarding WGS84.

Unit: Degree Range: [-90; 90]

◆ altitude

optional double osi3::GeodeticPosition::altitude = 3

Height above sea level regarding EGM96.

Unit: m Range: [-300; 10000]


  • osi_common.proto