| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.geo |
Support for MongoDB geo-spatial queries.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonPolygon |
GeoJsonPolygon.withInnerRing(GeoJsonLineString lineString)
Creates a new
GeoJsonPolygon with an inner ring defined be the given GeoJsonLineString. |
GeoJsonPolygon |
GeoJsonPolygon.withInnerRing(List<Point> points)
|
GeoJsonPolygon |
GeoJsonPolygon.withInnerRing(Point first,
Point second,
Point third,
Point fourth,
Point... others)
Creates a new
GeoJsonPolygon with an inner ring defined be the given Points. |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJsonPolygon> |
GeoJsonMultiPolygon.getCoordinates() |
| Constructor and Description |
|---|
GeoJsonMultiPolygon(List<GeoJsonPolygon> polygons)
Creates a new
GeoJsonMultiPolygon for the given GeoJsonPolygons. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.