|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractDirectPosition | Base class for direct position 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 within some coordinate reference system. |
| Envelope2D | A two-dimensional envelope on top of Rectangle2D. |
| 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. |
| TransformedDirectPosition | A direct position capable to transform a point between an arbitrary CRS and its own CRS. |
Basic geometric objects. Every geometry objects are associated with a Coordinate Reference System, which may have an arbitrary number of dimensions. However a few specialized classes restrict the CRS to a fixed number of dimensions only. The table below summarizes the most common objects, and list the Java2D classes that are conceptually equivalent.
| 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 |
| referencing/geotk-referencing (download) |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||