Envelopes support infinite or half-infinite regions, by using the values of Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY. Envelope objects may have a null value.
When Envelope objects are created or initialized, the supplies extent values are automatically sorted into the correct order.
Envelope for a region defined by maximum and minimum values.
Envelope for a region defined by two Coordinates.
Envelope for a region defined by a single Coordinate.
Envelope from an existing Envelope.
true if q intersects the envelope p1-p2
true if Q intersects P
Envelope for a region defined by maximum and minimum values.
Envelope to a region defined by two Coordinates.
Envelope to a region defined by a single Coordinate.
Envelope from an existing Envelope.
Envelope a "null" envelope, that is, the envelope of the empty geometry.
true if this
Envelope is a "null" envelope.
true if this
Envelope is uninitialized or is the envelope of the empty geometry.
Envelope
Envelope
Envelopes minimum x-value. min x > max x indicates that this is a null
Envelope.
Envelopes maximum x-value. min x > max x indicates that this is a null
Envelope.
Envelopes minimum y-value. min y > max y indicates that this is a null
Envelope.
Envelopes maximum y-value. min y > max y indicates that this is a null
Envelope.
Envelope so that it contains the given
Coordinate. Has no effect if the point is already on or within the envelope.
Envelope so that it contains the given point. Has no effect if the point is already on or within the envelope.
Envelope so that it contains the
other Envelope. Has no effect if
other is wholly on or within the envelope.
Envelope to expand to include
null if the envelope is null
other intersects the region of this
Envelope.
Envelope which this
Envelope is being checked for intersecting
true if the
Envelopes intersect
Envelope.
true if the extents intersect
other is disjoint from the region of this
Envelope.
Envelope being checked for disjointness
true if the
Envelopes are disjoint
p intersects (lies inside) the region of this
Envelope.
Coordinate to be tested
true if the point intersects this
Envelope
(x, y) intersects (lies inside) the region of this
Envelope.
true if the point overlaps this
Envelope
Envelope other lies wholely inside this
Envelope (inclusive of the boundary).
Note that this is not the same definition as the SFS contains, which would exclude the envelope boundary.
Envelope to check
other is contained in this
Envelope
Note that this is not the same definition as the SFS contains, which would exclude the envelope boundary.
Envelope is being checked for containing
true if the point lies in the interior or on the boundary of this
Envelope.
Note that this is not the same definition as the SFS contains, which would exclude the envelope boundary.
Envelope is being checked for containing
Envelope is being checked for containing
true if
(x, y) lies in the interior or on the boundary of this
Envelope.
Envelope is being checked for containing
Envelope is being checked for containing
true if
(x, y) lies in the interior or on the boundary of this
Envelope.
Envelope is being checked for containing
true if the point lies in the interior or on the boundary of this
Envelope.
Envelope other lies wholely inside this
Envelope (inclusive of the boundary).
Envelope to check
Envelope covers the
other
Envelope. The distance between overlapping Envelopes is 0. Otherwise, the distance is the Euclidean distance between the closest points.