Click or drag to resize

BoundingBox Class

Rectangular bounding box which is used to describe the bounds of a GeoHash query
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.GeoBoundingBox

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
[SerializableAttribute]
public class BoundingBox

The BoundingBox type exposes the following members.

Constructors
  NameDescription
Public methodBoundingBox(BoundingBox)
Clones an existing BoundingBox
Public methodBoundingBox(WGS84Point, WGS84Point)
create a bounding box defined by two coordinates
Public methodBoundingBox(Double, Double, Double, Double)
create a bounding box defined by four Doubles
Top
Properties
  NameDescription
Public propertyCenterPoint
Center WGS84Point of this BoundingBox
Public propertyLatitudeSize
Max Latitude - Min Latitude
Public propertyLongitudeSize
Max Longitude - Min Longitude
Public propertyLowerRight
Lower right corner
Public propertyMaxLat
Maximum Latitude of this BoundingBox
Public propertyMaxLon
Maximum Longitude of this BoundingBox
Public propertyMinLat
Minimum Latitude of this BoundingBox
Public propertyMinLon
Minimum Longitude of this BoundingBox
Public propertyUpperLeft
Upper left corner
Top
Methods
  NameDescription
Public methodContains
Is WGS84Point within BoundingBox
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodExpandToInclude
Expand this BoundingBox to include other BoundingBox
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodIntersects
Does this BoundingBox intersect (overlap) with other BoundingBox
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also