Uses of Class
org.apache.sis.geometry.AbstractEnvelope
Packages that use AbstractEnvelope
Package
Description
Basic geometric objects (envelopes and direct positions).
A set of helper classes for the SIS implementation.
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of AbstractEnvelope in org.apache.sis.geometry
Subclasses of AbstractEnvelope in org.apache.sis.geometryModifier and TypeClassDescriptionclassA mutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension.final classAn immutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension.Methods in org.apache.sis.geometry that return AbstractEnvelopeModifier and TypeMethodDescriptionstatic AbstractEnvelopeAbstractEnvelope.castOrCopy(org.opengis.geometry.Envelope envelope) Returns the given envelope as anAbstractEnvelopeinstance. -
Uses of AbstractEnvelope in org.apache.sis.internal.referencing
Subclasses of AbstractEnvelope in org.apache.sis.internal.referencingMethods in org.apache.sis.internal.referencing with parameters of type AbstractEnvelopeModifier and TypeMethodDescriptionInstant[]TemporalAccessor.getTimeBounds(AbstractEnvelope envelope) Returns the lower and upper values in the given envelope. -
Uses of AbstractEnvelope in org.apache.sis.internal.storage.gpx
Subclasses of AbstractEnvelope in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionfinal classGeographic bounding box encoded in a GPX file. -
Uses of AbstractEnvelope in org.apache.sis.internal.storage.xml
Subclasses of AbstractEnvelope in org.apache.sis.internal.storage.xmlModifier and TypeClassDescriptionclassBase class of geographic bounding boxes to expose also as an envelope and an ISO 19115 extent.