Uses of Class
org.apache.sis.geometry.AbstractEnvelope
Packages that use AbstractEnvelope
Package
Description
Basic geometric objects (envelopes and direct positions).
-
Uses of AbstractEnvelope in org.apache.sis.geometry
Subclasses of AbstractEnvelope in org.apache.sis.geometryModifier and TypeClassDescriptionclass
A mutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.final class
An immutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.Methods in org.apache.sis.geometry that return AbstractEnvelopeModifier and TypeMethodDescriptionstatic AbstractEnvelope
AbstractEnvelope.castOrCopy
(Envelope envelope) Returns the given envelope as anAbstractEnvelope
instance.