Minimum vertical coordinate.
Minimum horizontal coordinate.
Maximum horizontal coordinate.
Maximum vertical coordinate.
Static
CLASS_Shifts the coordinates of the bound by the given horizontal and vertical deltas.
Create a cloned instance of this bounds.
Returns whether the bounds object contains the given x and y.
Optional
inclusive: booleanReturns whether the bounds object contains the given <OpenLayers.Bounds>.
Optional
partial: booleanOptional
inclusive: booleanReturns whether the bounds object contains the given <OpenLayers.LonLat>.
Returns whether the bounds object contains the given <OpenLayers.LonLat>.
Returns whether the bounds object contains the given <OpenLayers.Pixel>.
Returns the the quadrant ("br", "tr", "tl", "bl") in which the given <OpenLayers.LonLat> lies.
Returns the LonLat object which represents the center of the bounds.
Returns the Pixel object which represents the center of the bounds.
Returns the height of the bounds.
Returns the width of the bounds.
Determine whether the target bounds intersects this bounds. Bounds are considered intersecting if any of their edges intersect or if one bounds contains the other.
Optional
options: BoundsOptionsReturns an array representation of the bounds object.
Optional
reverseAxisOrder: booleanReturns a boundingbox-string representation of the bounds object.
Optional
decimal: numberOptional
reverseAxisOrder: booleanCreate a new polygon geometry based on this bounds.
Returns a string representation of the bounds object.
Transform the Bounds object from source to dest.
Wraps the bounds object around the dateline.
Static
fromAlternative constructor that builds a new OpenLayers.Bounds from an array.
Static
fromStatic
fromAlternative constructor that builds a new OpenLayers.Bounds from a parameter string.
Static
oppositeGet the opposite quadrant for a given quadrant string.
Construct a new bounds object. Coordinates can either be passed as four arguments, or as a single argument.