| BoundingBox |
A bounding box (usually shortened to bbox) is an area defined
by two longitudes and two latitudes, where:
Latitude is a decimal number between -90.0 and 90.0.
|
| BoundingBox.Builder |
A Builder instance is the only was to create a
BoundingBox instance.
|
| GeoCircle |
Defines a GeoJSON circle by the center point, radius, and
radius units.
|
| GeoCircle.Builder |
Builder class used to create GeoJSON circle instance.
|
| GeoCollection |
A collection of GeoJSON objects of different types.
|
| GeoCollection.Builder |
Builder class used to create GeoJSON collection instance.
|
| GeoEllipse |
Defines a GeoJSON ellipse by the center point, major and
minor axes, and degrees of rotation with axis units and
rotation units.
|
| GeoEllipse.Builder |
Builder class used to create GeoJSON ellipse instance.
|
| GeoLineString |
Array of two or more positions.
|
| GeoLineString.Builder |
Builder used to create GeoLineString instance.
|
| GeoMultiLineString |
Contains zero or more GeoJSON line strings.
|
| GeoMultiLineString.Builder |
Builder class used to create GeoJSON multi-line string
instances.
|
| GeoMultiPoint |
Contains Position array which may be empty.
|
| GeoMultiPoint.Builder |
Builder class used to create GeoMultiPoint
instances.
|
| GeoMultiPolygon |
Contains zero or more GeoJSON polygons.
|
| GeoMultiPolygon.Builder |
Builder class used to create GeoJSON multi-polygon
instances.
|
| GeoObject |
Base class for all GeoJSON elements.
|
| GeoObject.GeoBuilder |
Base class for all GeoJSON object builders.
|
| GeoObject.GeoType |
Enumerates GeoJSON geo-spatial data types.
|
| GeoPoint |
|
| GeoPoint.Builder |
Builder class used to create GeoPoint instances.
|
| GeoPolygon |
A polygon is one or more linear rings and a linear ring is a
LineString meeting the following constraints:
Has four or more closed positions.
|
| GeoPolygon.Builder |
Builder class used to create GeoPolygon instances.
|
| LineString |
Contains two or more Positions used to define a
"line".
|
| LineString.Builder |
Builder class used to create LineString
instances.
|
| Position |
A position is the fundamental geometry construct.
|
| Position.Builder |
Position instances may be created only by using
a Builder instance.
|