| Interface | Description |
|---|---|
| GeoJson<T extends Iterable<?>> |
Interface definition for structures defined in GeoJSON format. copied from Spring
Data Mongodb
|
| Class | Description |
|---|---|
| GeoBox |
Geo bbox used for #
Criteria. |
| GeoJsonGeometryCollection | |
| GeoJsonLineString |
GeoJsonLineString is defined as list of Points. |
| 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 |
GeoJson representation of a polygon. |
| GeoPoint |
geo-location used for #
Criteria. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.