| Class | Description |
|---|---|
| BaseLineStringBuilder<E extends BaseLineStringBuilder<E>> | |
| BasePolygonBuilder<E extends BasePolygonBuilder<E>> |
The
BasePolygonBuilder implements the groundwork to create polygons. |
| BasePolygonBuilder.Ring<P extends ShapeBuilder> | |
| CircleBuilder | |
| EnvelopeBuilder | |
| GeometryCollectionBuilder | |
| LineStringBuilder | |
| MultiLineStringBuilder | |
| MultiLineStringBuilder.InternalLineStringBuilder | |
| MultiPointBuilder | |
| MultiPolygonBuilder | |
| MultiPolygonBuilder.InternalPolygonBuilder | |
| PointBuilder | |
| PointCollection<E extends PointCollection<E>> |
The
PointCollection is an abstract base implementation for all GeoShapes. |
| PolygonBuilder | |
| ShapeBuilder |
Basic class for building GeoJSON shapes like Polygons, Linestrings, etc
|
| ShapeBuilder.CoordinateNode |
Node used to represent a tree of coordinates.
|
| ShapeBuilder.Edge |
This helper class implements a linked list for
Coordinate. |
| Enum | Description |
|---|---|
| ShapeBuilder.GeoShapeType |
Enumeration that lists all
ShapeBuilder.GeoShapeTypes that can be handled |
| ShapeBuilder.Orientation |
Copyright © 2009–2017. All rights reserved.