BoundingBoxType
A BoundingBoxType
defines a rectangular area in a geographic coordinate system by specifying the top left and bottom right corners of the area. Parameter representation:
bbbox = TopLeft + BottomRight
Parameter component | Description |
---|---|
TopLeft | Top-left corner of the rectangular area. Latitude WGS-84 degrees between -90 and 90. Longitude WGS-84 degrees between -180 and 180. Altitude in meters. Latitude, Longitude, [Altitude] |
BottomRight | Bottom-right corner of the rectangular area. Latitude WGS-84 degrees between -90 and 90. Longitude WGS-84 degrees between -180 and 180. Altitude in meters. Latitude, Longitude, [Altitude] |