Package org.geotools.geometry

Geometry implementation.

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 on top of Rectangle2D.
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 Deprecated. This class moved to the org.geotools.geometry.jts package.
JTS.ReferencedEnvelope Deprecated. Moved to ReferencedEnvelope.
TransformedDirectPosition A direct position capable to transform a point between an arbitrary CRS and its own CRS.
 

Package org.geotools.geometry Description

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.



Copyright © GeoTools. All Rights Reserved.