Constructs a new Extent
Test whether this extent contains another extent
True if this extent contains other, false if not
Test whether extent equals to another extent
True if equal, false if unequal
Extend the bounds of an extent, modifying self
This is like extend but modifies self, instead of returning a new Extent
This option is slightly more performant for situations where you don't mind mutating the Extent.
this Extent
Test whether this extent intersects another extent
True if this extent intersects other, false if not
Returns a new Extent representing the current extent (assumed to be defined in WGS84 geographic coordinates) padded by given meters
new Extent containing this padded by given meters
Returns the percent of other extent contained within this extent, by area
percent of other extent contained within this extent
Extent class for creating bounding boxes
Remarks
All of the Extent methods are designed to be used in an immutable programming style, and return new Extents instead of modifying the original object.