| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.type |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoCollection
Type used to represent a GeoJSON GeometryCollection in MongoDB and support spatial queries.
|
class |
GeoLineString
Type used to represent a GeoJSON LineString in MongoDB and support spatial queries.
|
class |
GeoMultiLineString
Type used to represent a GeoJSON MultiLineString in MongoDB and support spatial queries.
|
class |
GeoMultiPoint
Type used to represent a GeoJSON MultiPoint in MongoDB and support spatial queries.
|
class |
GeoMultiPolygon
Type used to represent a GeoJSON MultiPolygon in MongoDB and support spatial queries.
|
class |
GeoPoint
Type used to represent a GeoJSON Point in MongoDB and support spatial queries.
|
class |
GeoPolygon
Type used to represent a GeoJSON Polygon in MongoDB and support spatial queries.
|
| Constructor and Description |
|---|
GeoCollection(AbstractGeoJsonObject firstGeoObject,
AbstractGeoJsonObject... additionalGeoObjects)
Instantiates a new GeometryCollection.
|
GeoCollection(AbstractGeoJsonObject firstGeoObject,
AbstractGeoJsonObject... additionalGeoObjects)
Instantiates a new GeometryCollection.
|
| Constructor and Description |
|---|
GeoCollection(List<AbstractGeoJsonObject> geometries) |
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.