Uses of Class
org.apache.sis.geometry.ImmutableEnvelope
Packages that use ImmutableEnvelope
Package
Description
A coverage backed by a regular grid.
Basic geometric objects (envelopes and direct positions).
DataStore
implementation for Coma Separated Values (CSV) files.Resources which are aggregations or concatenations of other resources.
-
Uses of ImmutableEnvelope in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as ImmutableEnvelopeModifier and TypeFieldDescriptionprotected final ImmutableEnvelope
GridGeometry.envelope
The geodetic envelope, ornull
if unknown.Methods in org.apache.sis.coverage.grid that return ImmutableEnvelopeModifier and TypeMethodDescriptionprivate ImmutableEnvelope
GridGeometry.computeEnvelope
(org.opengis.referencing.operation.MathTransform specified, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.geometry.Envelope limits) Computes the envelope with the given coordinate reference system.Methods in org.apache.sis.coverage.grid with parameters of type ImmutableEnvelopeModifier and TypeMethodDescription(package private) final boolean
GridGeometry.equalsApproximately
(ImmutableEnvelope othenv) Returns whether the given envelope is equal to this grid geometry envelope with a tolerance threshold computed from grid resolution.Constructors in org.apache.sis.coverage.grid with parameters of type ImmutableEnvelopeModifierConstructorDescription(package private)
GridGeometry
(GridExtent extent, org.opengis.referencing.operation.MathTransform gridToCRS, org.opengis.referencing.operation.MathTransform cornerToCRS, ImmutableEnvelope envelope, double[] resolution, long nonLinears) Creates a new grid geometry from the given components. -
Uses of ImmutableEnvelope in org.apache.sis.geometry
Fields in org.apache.sis.geometry declared as ImmutableEnvelopeModifier and TypeFieldDescriptionprivate final ImmutableEnvelope
WraparoundAdjustment.domainOfValidity
The region inside which a given Area Of Interest (AOI) or Point Of Interest (POI) should be located.Methods in org.apache.sis.geometry that return ImmutableEnvelopeModifier and TypeMethodDescriptionstatic ImmutableEnvelope
ImmutableEnvelope.castOrCopy
(org.opengis.geometry.Envelope envelope) Returns the given envelope as anImmutableEnvelope
instance. -
Uses of ImmutableEnvelope in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as ImmutableEnvelopeModifier and TypeFieldDescriptionprivate final ImmutableEnvelope
Store.envelope
The three- or four-dimensional envelope together with the CRS. -
Uses of ImmutableEnvelope in org.apache.sis.storage.aggregate
Fields in org.apache.sis.storage.aggregate declared as ImmutableEnvelopeModifier and TypeFieldDescriptionprivate ImmutableEnvelope
AggregatedFeatureSet.envelope
The envelope, computed when first needed and cached for reuse.private ImmutableEnvelope
ConcatenatedGridResource.envelope
The envelope of this aggregate, ornull
if not yet computed.private ImmutableEnvelope
GroupAggregate.envelope
The envelope of this aggregate, ornull
if not yet computed.Methods in org.apache.sis.storage.aggregate that return ImmutableEnvelopeModifier and TypeMethodDescription(package private) static ImmutableEnvelope
GroupAggregate.unionOfComponents
(Resource[] components) Computes the union of envelopes provided by all the given resources.