Uses of Class
org.apache.sis.geometry.ArrayEnvelope
Packages that use ArrayEnvelope
Package
Description
Basic geometric objects (envelopes and direct positions).
A set of helper classes for the SIS implementation.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ArrayEnvelope in org.apache.sis.geometry
Subclasses of ArrayEnvelope in org.apache.sis.geometryModifier and TypeClassDescriptionclass
A mutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.final class
An immutableEnvelope
(a minimum bounding box or rectangle) of arbitrary dimension.(package private) final class
A view over a sub-set of the dimensions of aGeneralEnvelope
. -
Uses of ArrayEnvelope in org.apache.sis.internal.referencing
Subclasses of ArrayEnvelope in org.apache.sis.internal.referencing -
Uses of ArrayEnvelope in org.apache.sis.referencing.operation.transform
Subclasses of ArrayEnvelope in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprivate static final class
The region where a transform is valid, together with the transform.