| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.type |
| Modifier and Type | Method and Description |
|---|---|
static GeoLineString |
GeoLineString.fromDocument(org.bson.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoLineString> |
GeoMultiLineString.getLineStrings() |
| Constructor and Description |
|---|
GeoMultiLineString(GeoLineString firstLineString,
GeoLineString... additionalLineStrings)
Instantiates a new MultiLineString.
|
GeoMultiLineString(GeoLineString firstLineString,
GeoLineString... additionalLineStrings)
Instantiates a new MultiLineString.
|
| Constructor and Description |
|---|
GeoMultiLineString(List<GeoLineString> lineStrings)
Instantiates a new MultiLineString.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.