Uses of Class
org.apache.sis.geometry.ImmutableEnvelope
-
Packages that use ImmutableEnvelope Package Description org.apache.sis.coverage.grid A coverage backed by a regular grid.org.apache.sis.geometry Basic geometric objects (envelopes and direct positions). -
-
Uses of ImmutableEnvelope in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as ImmutableEnvelope Modifier and Type Field Description protected ImmutableEnvelope
GridGeometry. envelope
The geodetic envelope, ornull
if unknown. -
Uses of ImmutableEnvelope in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return ImmutableEnvelope Modifier and Type Method Description static ImmutableEnvelope
ImmutableEnvelope. castOrCopy(Envelope envelope)
Returns the given envelope as anImmutableEnvelope
instance.
-