|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
DirectPosition1D | Holds the coordinates for a one-dimensional position within some coordinate reference system. |
DirectPosition2D | Holds the coordinates for a two-dimensional position within some coordinate reference system. |
Envelope2D | A two-dimensional envelope. |
GeneralDirectPosition | Holds the coordinates for a position within some coordinate reference system. |
GeneralEnvelope | A minimum bounding box or rectangle. |
Geometry | Root class of the Geotools default implementation of geometric object. |
JTS | JTS Geometry utility methods, bringing geotools to JTS. |
JTS.ReferencedEnvelope |
Geometry implementation. An explanation for this package is provided in the OpenGIS® javadoc. The remaining discussion on this page is specific to the Geotools implementation.
The GeneralDirectPosition
class represents a
point in a multi-dimensional space. This space may have an arbitrary number of dimensions. For
a two-dimensional space, DirectPosition
is conceptually equivalent to
Point2D
.
The class GeneralEnvelope
represents a box in
a multi-dimensional space. For a two-dimensional space, Envelope
is conceptually
equivalent to Rectangle2D
.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |