See: Description
| Interface | Description |
|---|---|
| GeoJson<T extends Iterable<?>> |
Interface definition for structures defined in GeoJSON format.
|
| Class | Description |
|---|---|
| GeoJsonGeometryCollection | |
| GeoJsonLineString |
GeoJsonLineString is defined as list of at least 2 Points. |
| GeoJsonModule |
A Jackson
Module to register custom JsonDeserializers for GeoJSON types. |
| GeoJsonMultiLineString |
GeoJsonMultiLineString is defined as list of GeoJsonLineStrings. |
| GeoJsonMultiPoint |
GeoJsonMultiPoint is defined as list of Points. |
| GeoJsonMultiPolygon |
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons. |
| GeoJsonPoint | |
| GeoJsonPolygon | |
| Sphere |
Represents a geospatial sphere value.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.