BoundingBox Class |
Namespace: VelocityDBExtensions.Geo
The BoundingBox type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundingBox(BoundingBox) |
Clones an existing BoundingBox | |
| BoundingBox(WGS84Point, WGS84Point) |
create a bounding box defined by two coordinates
| |
| BoundingBox(Double, Double, Double, Double) |
create a bounding box defined by four Doubles
|
| 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
|
| Name | Description | |
|---|---|---|
| Contains |
Is WGS84Point within BoundingBox | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| ExpandToInclude |
Expand this BoundingBox to include other BoundingBox | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| Intersects |
Does this BoundingBox intersect (overlap) with other BoundingBox | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |