| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.geo |
Support for MongoDB geo-spatial queries.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<GeoJsonLineString> |
GeoJsonMultiLineString.getCoordinates() |
List<GeoJsonLineString> |
GeoJsonPolygon.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonPolygon |
GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString)
Creates a new
GeoJsonPolygon with an inner ring defined be the given GeoJsonLineString. |
| Constructor and Description |
|---|
GeoJsonMultiLineString(List<GeoJsonLineString> lines)
Creates new
GeoJsonMultiLineString for the given GeoJsonLineStrings. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.