Package org.geotools.geometry
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.
-
ClassesClassDescriptionBase class for envelope implementations.Base class for direct position implementations.A two-dimensional envelope on top of
Rectangle2D.A minimum bounding box or rectangle.Holds the coordinates for a position within some coordinate reference system.The translation to apply for different values ofPixelOrientation.Holds the coordinates for a one-dimensional position within some coordinate reference system.Holds the coordinates for a two-dimensional position within some coordinate reference system.Holds the coordinates for a three-dimensional position within some coordinate reference system.A direct position capable to transform a point between an arbitrary CRS and its own CRS.