Uses of Interface
org.geotools.data.mongodb.CollectionMapper
-
Packages that use CollectionMapper Package Description org.geotools.data.mongodb -
-
Uses of CollectionMapper in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement CollectionMapper Modifier and Type Class Description class
AbstractCollectionMapper
Maps a collection containing valid GeoJSON.class
GeoJSONMapper
Maps a collection containing valid GeoJSON.class
MongoInferredMapper
class
MongoSchemaMapper
Methods in org.geotools.data.mongodb that return CollectionMapper Modifier and Type Method Description CollectionMapper
MongoFeatureSource. getMapper()
CollectionMapper
MongoFeatureStore. getMapper()
Methods in org.geotools.data.mongodb with parameters of type CollectionMapper Modifier and Type Method Description void
MongoFeatureSource. setMapper(CollectionMapper mapper)
void
MongoFeatureStore. setMapper(CollectionMapper mapper)
Constructors in org.geotools.data.mongodb with parameters of type CollectionMapper Constructor Description FilterToMongo(CollectionMapper mapper)
MongoDBObjectFeature(DBObject dbo, SimpleFeatureType featureType, CollectionMapper mapper)
-