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
.
-
Class Summary Class Description AbstractBounds Base class for envelope implementations.AbstractPosition Base class for direct position implementations.Envelope2DArchived A two-dimensional envelope on top ofRectangle2D
.GeneralBounds A minimum bounding box or rectangle.GeneralPosition Holds the coordinates for a position within some coordinate reference system.PixelTranslation The translation to apply for different values ofPixelOrientation
.Position1D Holds the coordinates for a one-dimensional position within some coordinate reference system.Position2D Holds the coordinates for a two-dimensional position within some coordinate reference system.Position3D Holds the coordinates for a three-dimensional position within some coordinate reference system.TransformedPosition A direct position capable to transform a point between an arbitrary CRS and its own CRS.