Uses of Interface
org.geotools.data.mongodb.CollectionMapper
Packages that use CollectionMapper
-
Uses of CollectionMapper in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement CollectionMapperModifier and TypeClassDescriptionclass
Maps a collection containing valid GeoJSON.class
Maps a collection containing valid GeoJSON.class
class
Methods in org.geotools.data.mongodb that return CollectionMapperMethods in org.geotools.data.mongodb with parameters of type CollectionMapperModifier and TypeMethodDescriptionvoid
MongoFeatureSource.setMapper
(CollectionMapper mapper) void
MongoFeatureStore.setMapper
(CollectionMapper mapper) Constructors in org.geotools.data.mongodb with parameters of type CollectionMapperModifierConstructorDescriptionFilterToMongo
(CollectionMapper mapper) MongoDBObjectFeature
(DBObject dbo, SimpleFeatureType featureType, CollectionMapper mapper)