| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.type |
| Modifier and Type | Method and Description |
|---|---|
GeoPolygon |
GeoPolygon.addHole(GeoPoint firstPoint,
GeoPoint secondPoint,
GeoPoint thirdPoint,
GeoPoint fourthPoint,
GeoPoint... additionalPoints)
Adds a new hole to the polygon.
|
GeoPolygon |
GeoPolygon.addHole(List<GeoPoint> hole)
Adds a new hole to the polygon.
|
GeoPolygon |
GeoPolygon.addHoles(List<List<GeoPoint>> holes)
Adds new holes to the polygon.
|
static GeoPolygon |
GeoPolygon.fromDocument(org.bson.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoPolygon> |
GeoMultiPolygon.getPolygons() |
| Constructor and Description |
|---|
GeoMultiPolygon(GeoPolygon firstPolygon,
GeoPolygon... additionalPolygons)
Instantiates a new MultiPolygon.
|
GeoMultiPolygon(GeoPolygon firstPolygon,
GeoPolygon... additionalPolygons)
Instantiates a new MultiPolygon.
|
| Constructor and Description |
|---|
GeoMultiPolygon(List<GeoPolygon> polygons)
Instantiates a new MultiPolygon.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.