Uses of Class
org.apache.sis.geometry.AbstractEnvelope
Packages that use AbstractEnvelope
Package
Description
A coverage backed by a regular grid.
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).
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of AbstractEnvelope in org.apache.sis.coverage.grid
Constructors in org.apache.sis.coverage.grid with parameters of type AbstractEnvelopeModifierConstructorDescription(package private)
GridExtent
(AbstractEnvelope envelope, GridRoundingMode rounding, GridClippingMode clipping, int[] margin, int[] chunkSize, GridExtent enclosing, int[] modifiedDimensions) Creates a new grid extent by rounding the given envelope to (usually) nearest integers. -
Uses of AbstractEnvelope in org.apache.sis.geometry
Subclasses of AbstractEnvelope in org.apache.sis.geometryModifier and TypeClassDescription(package private) class
Base class of envelopes backed by an array.class
A mutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.final class
An immutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.(package private) final class
A view over a sub-set of the dimensions of aGeneralEnvelope
.Fields in org.apache.sis.geometry declared as AbstractEnvelopeModifier and TypeFieldDescriptionprivate AbstractEnvelope
WraparoundAdjustment.shiftableDomain
The domain of validity transformed to a CRS where wraparound axes exist, ornull
if not yet computed.Methods in org.apache.sis.geometry that return AbstractEnvelopeModifier and TypeMethodDescriptionstatic AbstractEnvelope
AbstractEnvelope.castOrCopy
(org.opengis.geometry.Envelope envelope) Returns the given envelope as anAbstractEnvelope
instance. -
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 class
Geographic 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 TypeClassDescriptionclass
Base class of geographic bounding boxes to expose also as an envelope and an ISO 19115 extent. -
Uses of AbstractEnvelope in org.apache.sis.referencing.operation.transform
Subclasses of AbstractEnvelope in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprivate static final class
The region where a transform is valid, together with the transform.