Contains information about a position in a geo-spatial coordinate system.
Interface for a geo-spatial bounding box using the Mercator Projection.
string BoxId
The ID of the geo-spatial bounding box.
bool IncludeMax
If the max latitude/longitude/altitude should be considered as included in the boundoing box.
bool LongitudeWrapped
If the bounding box is longitude-wrapped, i.e. if the box passes the +-180 degrees longitude.
GeoPosition Max
Upper-right corner of bounding box.
bool IncludeMin
If the min latitude/longitude/altitude should be considered as included in the boundoing box.
GeoPosition Min
Lower-left corner of bounding box.
bool Contains(GeoPosition Location, bool IgnoreAltitude)
If the bounding box contains a location.
bool Contains(GeoPosition Location)
If the bounding box contains a location.