Skip navigation links

Package org.geotools.geometry

org.geotools.geometry.Geometry implementation.

See: Description

Package org.geotools.geometry Description

org.geotools.geometry.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.

Skip navigation links

Copyright © 1996–2019 Geotools. All rights reserved.