Class Summary |
BoundaryImpl |
The abstract root data type for all the data types used to represent the boundary of geometric
objects. |
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. |
DirectPositionImpl |
Holds the coordinates for a position within some coordinate reference system. |
EnvelopeImpl |
A minimum bounding box or rectangle. |
GeometryImpl |
Base class for our JTS-based implementation of the various ISO 19107 geometry
classes. |
GeometryImpl.MathTransformFilter |
This class implements JTS's CoordinateFilter interface using a GeoAPI
MathTransform object to actually perform the work. |
NotifyingArrayList<T> |
Helper class that notifies the containing geometry when the list has changed
so that it can invalidate any cached JTS objects it had. |