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) classBase class of envelopes backed by an array.classA mutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension.final classAn immutableEnvelope(a minimum bounding box or rectangle) of arbitrary dimension.(package private) final classA view over a sub-set of the dimensions of aGeneralEnvelope.Fields in org.apache.sis.geometry declared as AbstractEnvelopeModifier and TypeFieldDescriptionprivate AbstractEnvelopeWraparoundAdjustment.shiftableDomainThe domain of validity transformed to a CRS where wraparound axes exist, ornullif not yet computed.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. -
Uses of AbstractEnvelope in org.apache.sis.referencing.operation.transform
Subclasses of AbstractEnvelope in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprivate static final classThe region where a transform is valid, together with the transform.