public abstract class AbstractGeoJsonObject extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGeoJsonObject(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkType(String expectedType,
org.bson.Document document) |
org.bson.BsonDocument |
toBsonDocument() |
protected abstract org.bson.BsonArray |
toCoordinates() |
protected AbstractGeoJsonObject(String type)
public org.bson.BsonDocument toBsonDocument()
protected abstract org.bson.BsonArray toCoordinates()
protected static void checkType(String expectedType, org.bson.Document document)
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.