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.
|
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.
|
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 Position s 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.
|