Minimum vertical coordinate.
Minimum horizontal coordinate.
Maximum horizontal coordinate.
Maximum vertical coordinate.
StaticCLASS_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.
Optionalinclusive: booleanReturns whether the bounds object contains the given <OpenLayers.Bounds>.
Optionalpartial: booleanOptionalinclusive: 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.
Optionaloptions: BoundsOptionsReturns an array representation of the bounds object.
OptionalreverseAxisOrder: booleanReturns a boundingbox-string representation of the bounds object.
Optionaldecimal: numberOptionalreverseAxisOrder: 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.
StaticfromAlternative constructor that builds a new OpenLayers.Bounds from an array.
StaticfromStaticfromAlternative constructor that builds a new OpenLayers.Bounds from a parameter string.
StaticoppositeGet 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.