BoundingBox Properties |
The BoundingBox type exposes the following members.
| Name | Description | |
|---|---|---|
| CenterPoint |
Center WGS84Point of this BoundingBox | |
| LatitudeSize |
Max Latitude - Min Latitude
| |
| LongitudeSize |
Max Longitude - Min Longitude
| |
| LowerRight |
Lower right corner
| |
| MaxLat |
Maximum Latitude of this BoundingBox | |
| MaxLon |
Maximum Longitude of this BoundingBox | |
| MinLat |
Minimum Latitude of this BoundingBox | |
| MinLon |
Minimum Longitude of this BoundingBox | |
| UpperLeft |
Upper left corner
|