Package org.geotools.data.mongodb
Interface CollectionMapper
- All Known Implementing Classes:
AbstractCollectionMapper
,GeoJSONMapper
,MongoInferredMapper
,MongoSchemaMapper
public interface CollectionMapper
A strategy for mapping a mongo collection to a feature.
- Author:
- Justin Deoliveira, OpenGeo
-
Method Summary
Modifier and TypeMethodDescriptionbuildFeature
(DBObject obj, SimpleFeatureType featureType) buildFeatureType
(Name name, DBCollection collection) getGeometry
(DBObject obj) getPropertyPath
(String property) void
setGeometry
(DBObject obj, Geometry g) DBObject
-
Method Details
-
getGeometry
-
setGeometry
-
toObject
-
getGeometryPath
String getGeometryPath() -
getPropertyPath
-
buildFeatureType
-
buildFeature
-