Uses of Class
org.apache.sis.geometry.GeneralEnvelope
Packages that use GeneralEnvelope
Package
Description
A coverage backed by a regular grid.
Basic geometric objects (envelopes and direct positions).
-
Uses of GeneralEnvelope in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return GeneralEnvelopeModifier and TypeMethodDescriptionGridExtent.toEnvelope
(MathTransform cornerToCRS) Transforms this grid extent to a "real world" envelope using the given transform. -
Uses of GeneralEnvelope in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return GeneralEnvelopeModifier and TypeMethodDescriptionstatic GeneralEnvelope
GeneralEnvelope.castOrCopy
(Envelope envelope) Returns the given envelope as aGeneralEnvelope
instance.GeneralEnvelope.clone()
Returns a deep copy of this envelope.GeneralEnvelope.horizontal()
Returns a view over the two horizontal dimensions of this envelope.static GeneralEnvelope
Computes the intersection of all given envelopes, transforming them to a common CRS if necessary.GeneralEnvelope.subEnvelope
(int beginIndex, int endIndex) Returns a view over this envelope that encompass only some dimensions.static GeneralEnvelope
Envelopes.transform
(CoordinateOperation operation, Envelope envelope) Transforms an envelope using the given coordinate operation.static GeneralEnvelope
Envelopes.transform
(MathTransform transform, Envelope envelope) Transforms an envelope using the given math transform.static GeneralEnvelope
Computes the union of all given envelopes, transforming them to a common CRS if necessary.