Click or drag to resize

BoundingBox Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The BoundingBox type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd(BoundingBox)
Inflate the BoundingBox to include this box.
Public methodCode exampleAdd(LatLon)
Inflate the BoundingBox to contain the given point.
Public methodCode exampleClone
Makes a clone of the BoundingBox.
Public methodCode exampleContains(BoundingBox)
Tests to see if this BoundingBox fully contains another bounding box.
Public methodCode exampleContains(LatLon)
Test if a given point lies within this BoundingBox. Points on the edge of the BoundingBox are considered to be outside.
Public methodCode exampleEquals(BoundingBox)
Compares this object to the parameter BoundingBox.
Public methodEquals(Object)
Compares this object to the parameter object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a unique integer for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleInflate(Double)
Make each side of the BoundingBox bigger or smaller by the given number of degrees.
Public methodCode exampleInflate(Double, Double)
Makes each side of the BoundingBox bigger or smaller by the given number of degrees.
Public methodCode exampleInflateBy
Multiply the BoundingBox dimensions by the given amount.
Public methodIntersection
Gets the intersection of two BoundingBoxes. There can be anywhere between zero and two intersection areas.
Public methodCode exampleIntersects
Test whether this BoundingBox intersects with the specified BoundingBox.
Public methodNormalize
Normalize the BoundingBox. Should be called after manual changes to P1 or P2.
Public methodRender
Renders the BoundingBox on a given graphics output with a given context.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also