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 classAbstractCollectionMapperMaps a collection containing valid GeoJSON.classGeoJSONMapperMaps a collection containing valid GeoJSON.classMongoInferredMapperclassMongoSchemaMapperMethods in org.geotools.data.mongodb that return CollectionMapper Modifier and Type Method Description CollectionMapperMongoFeatureSource. getMapper()CollectionMapperMongoFeatureStore. getMapper()Methods in org.geotools.data.mongodb with parameters of type CollectionMapper Modifier and Type Method Description voidMongoFeatureSource. setMapper(CollectionMapper mapper)voidMongoFeatureStore. 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)
-