An immutable envelope
Creates a new envelope from this as deep copy.
The new cloned envelope.
Tests whether the given point is contained within this envelope.
Point to test.
boolean
Result of containment test.
Create a new envelope from this one plus a bleed ratio.
The bleed ratio.
A new envelope.
Creates a new envelope from this one plus x and y margins.
The x margin.
The y margin.
A new envelope.
Equality comparer between this and another envelope.
Envelope to compare.
boolean
Result of equality comparison.
Gets area of the envelope.
number
Area of the envelope.
Gets the aspect of the envelope.
number
Width-to-height ratio.
Gets the center point of the envelope.
Center as a point.
Gets height of the envelope.
number
Height of the envelope.
Gets lower left of this envelope.
A new point.
Gets lower right of this envelope.
A new point.
Gets the maximum x coordinate of the envelope
number
The maximum x coordinate.
Gets the maximum y coordinate of the envelope
number
The maximum y coordinate.
Gets the minimum x coordinate of the envelope.
number
The minimum x coordinate.
Gets the minimum y coordinate of the envelope
number
The minimum y coordinate.
Gets upper left coordinate of this envelope.
A new point.
Gets upper right of this envelope.
A new point.
Gets the width of the envelope.
number
Width of the envelope.
Create a closed geometry from this envelope.
A new closed path geometry.
Returns the minimum and maximum coordinates of this envelope as an envObject.
Representaton of this envelope as an envObject.
Method for casting this envelope as a string.
string
String of the form 'minX,minY,maxX,maxY'.
Creates a new envelope from the x and y coordinates of the center point and x and y margins from the center point.
The center x coordinate.
The center y coordinate.
The margin from center x coordinate.
The margin from center y coordinate.
A new envelope
Creates a new envelope from MapDotNet XML.
A MapDotNet XML string of the envelope.
A new envelope
Creates new envelope from two corner points.
A new envelope
Tests whether two given envelopes intersect.
boolean
Result of the intersection test.
Creates a new envelope from the union of two given envelopes.
A new envelope.