See: Description
Class | Description |
---|---|
AbstractDirectPosition |
Base class for
DirectPosition implementations. |
AbstractEnvelope |
Base class for
Envelope implementations. |
DirectPosition1D |
Holds the coordinates for a one-dimensional position within some coordinate reference system.
|
DirectPosition2D |
Holds the coordinates for a two-dimensional position on top of
Point2D . |
Envelope2D |
A two-dimensional envelope on top of
Rectangle2D . |
Envelopes |
Utility methods for envelopes.
|
GeneralDirectPosition |
Holds the coordinates for a position within some coordinate reference system.
|
GeneralEnvelope |
A minimum bounding box or rectangle.
|
ImmutableEnvelope |
Immutable representation of an envelope.
|
Exception | Description |
---|---|
MismatchedReferenceSystemException |
Indicates that an object cannot be constructed because of a mismatch in the
reference systems of
geometric components.
|
UnmodifiableGeometryException |
Indicates that an operation is not allowed on a geometry object
because it is unmodifiable.
|
Purpose | Any dimension | One dimension | Two dimensions | Java2D equivalence |
---|---|---|---|---|
A point in a multi-dimensional space | GeneralDirectPosition |
DirectPosition1D |
DirectPosition2D |
Point2D |
A box in a multi-dimensional space | GeneralEnvelope |
Envelope2D |
Rectangle2D |
WRAPAROUND
range meaning.Defined in the sis-referencing
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.