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 ImmutableEnvelopeGridGeometry.envelopeThe geodetic envelope, ornullif unknown.Methods in org.apache.sis.coverage.grid that return ImmutableEnvelopeModifier and TypeMethodDescriptionprivate ImmutableEnvelopeGridGeometry.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 booleanGridGeometry.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 ImmutableEnvelopeWraparoundAdjustment.domainOfValidityThe 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 ImmutableEnvelopeImmutableEnvelope.castOrCopy(org.opengis.geometry.Envelope envelope) Returns the given envelope as anImmutableEnvelopeinstance. -
Uses of ImmutableEnvelope in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as ImmutableEnvelopeModifier and TypeFieldDescriptionprivate final ImmutableEnvelopeStore.envelopeThe 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 ImmutableEnvelopeAggregatedFeatureSet.envelopeThe envelope, computed when first needed and cached for reuse.private ImmutableEnvelopeConcatenatedGridResource.envelopeThe envelope of this aggregate, ornullif not yet computed.private ImmutableEnvelopeGroupAggregate.envelopeThe envelope of this aggregate, ornullif not yet computed.Methods in org.apache.sis.storage.aggregate that return ImmutableEnvelopeModifier and TypeMethodDescription(package private) static ImmutableEnvelopeGroupAggregate.unionOfComponents(Resource[] components) Computes the union of envelopes provided by all the given resources.