| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.geo |
Support for MongoDB geo-spatial queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJsonGeometryCollection
|
class |
GeoJsonLineString
GeoJsonLineString is defined as list of at least 2 Points. |
class |
GeoJsonMultiLineString
GeoJsonMultiLineString is defined as list of GeoJsonLineStrings. |
class |
GeoJsonMultiPoint
GeoJsonMultiPoint is defined as list of Points. |
class |
GeoJsonMultiPolygon
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons. |
class |
GeoJsonPoint
|
class |
GeoJsonPolygon
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<GeoJson<?>> |
GeoJsonGeometryCollection.getCoordinates() |
| Constructor and Description |
|---|
GeoJsonGeometryCollection(List<GeoJson<?>> geometries)
Creates a new
GeoJsonGeometryCollection for the given GeoJson instances. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.