Structure BoundingBox

┗ GeoSpatial.BoundingBox

namespace: GeoSpatial
packed: true

Description

Defines a bounding box in WGS84 reference frame.
Units for latitude and longitude are in units of micro degrees (1e-6 degrees) providing for about 11 cm resolution near the equator. Altitude units are in millimeters.

Summary

Fields defined in GeoSpatial.BoundingBox

latmin, latmax, lonmin, lonmax, altmin, altmax

Field Detail

latmin (required) : int32, in microdegrees

Minimum value of the latitude. Valid range is -90,000,000 ≤ lat ≤ 90,000,000.

latmax (required) : int32, in microdegrees

Maximum value of the latitude. Valid range is -90,000,000 ≤ lat ≤ 90,000,000.

lonmin (required) : int32, in microdegrees

Minimum value of the longitude. Valid range is -180,000,000 ≤ lat ≤ 180,000,000.

lonmax (required) : int32, in microdegrees

Maximum value of the longitude. Valid range is -180,000,000 ≤ lat ≤ 180,000,000.

altmin (required) : int32, in cm

Minimum value of the altitude. Valid range is +- 1,000,000,000 cm.

altmax (required) : int32, in cm

Maximum value of the altitude. Valid range is +- 1,000,000,000 cm.

See Also

Enumerations

ObjectType, ReferenceFrame

Other Types

XYZVector