Package org.geotools.data.mongodb
Class MongoGeometryBuilder
Object
MongoGeometryBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCoordinate(List<?> list) toGeometry(DBObject obj) toGeometryCollection(BasicDBList obj) toLineString(List<?> list) toMultiLineString(List<?> list) toMultiPoint(List<?> list) toMultiPolygon(List<?> list) DBObjectDBObjectDBObjectDBObjectDBObjectDBObjecttoObject(MultiPoint mp) DBObjecttoObject(MultiPolygon mp) DBObjectDBObject
-
Constructor Details
-
MongoGeometryBuilder
public MongoGeometryBuilder() -
MongoGeometryBuilder
-
-
Method Details
-
toGeometry
-
toObject
-
toObject
-
toGeometryCollection
-
toObject
-
toMultiPolygon
-
toObject
-
toMultiLineString
-
toObject
-
toMultiPoint
-
toObject
-
toPolygon
-
toObject
-
toLineString
-
toObject
-
toPoint
-
toObject
-
toCoordinate
-