| BBoxCalculator |
(INTERNAL) Calculates the minimum bounding box given a bunch of rectangles (ranges).
|
| BufferedLine |
INTERNAL: A line between two points with a buffer distance extending in every direction.
|
| BufferedLineString |
A BufferedLineString is a collection of BufferedLine shapes,
resulting in what some call a "Track" or "Polyline" (ESRI terminology).
|
| CircleImpl |
A circle, also known as a point-radius, based on a DistanceCalculator which does all the work.
|
| GeoCircle |
A circle as it exists on the surface of a sphere.
|
| InfBufLine |
INERNAL: A buffered line of infinite length.
|
| PointImpl |
A basic 2D implementation of a Point.
|
| RectangleImpl |
A simple Rectangle implementation that also supports a longitudinal
wrap-around.
|
| ShapeFactoryImpl |
|