Package org.geotools.data.mongodb
Class AbstractCollectionMapper
- Object
- 
- AbstractCollectionMapper
 
- 
- All Implemented Interfaces:
- CollectionMapper
 - Direct Known Subclasses:
- GeoJSONMapper,- MongoInferredMapper,- MongoSchemaMapper
 
 public abstract class AbstractCollectionMapper extends Object implements CollectionMapper Maps a collection containing valid GeoJSON.- Author:
- tkunicki@boundlessgeo.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringMONGO_OBJECT_FEATURE_KEY
 - 
Constructor SummaryConstructors Constructor Description AbstractCollectionMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeaturebuildFeature(DBObject rootDBO, SimpleFeatureType featureType)- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface CollectionMapperbuildFeatureType, getGeometry, getGeometryPath, getPropertyPath, setGeometry, toObject
 
- 
 
- 
- 
- 
Field Detail- 
MONGO_OBJECT_FEATURE_KEYpublic static final String MONGO_OBJECT_FEATURE_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
buildFeaturepublic SimpleFeature buildFeature(DBObject rootDBO, SimpleFeatureType featureType) - Specified by:
- buildFeaturein interface- CollectionMapper
 
 
- 
 
-