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