Package org.geotools.geometry

Basic geometry concepts to support referencing and coverage use.

The GeneralPosition class represents a point in a multi-dimensional space. This space may have an arbitrary number of dimensions. For a two-dimensional space, Position is conceptually equivalent to java.awt.geom.Point2D. The class GeneralBounds represents a box in a multi-dimensional space. For a two-dimensional space, Bounds is conceptually equivalent to Rectangle2D.