public interface CollectionMapper
| Modifier and Type | Method and Description | 
|---|---|
| SimpleFeature | buildFeature(DBObject obj,
            SimpleFeatureType featureType) | 
| SimpleFeatureType | buildFeatureType(Name name,
                DBCollection collection) | 
| Geometry | getGeometry(DBObject obj) | 
| String | getGeometryPath() | 
| String | getPropertyPath(String property) | 
| void | setGeometry(DBObject obj,
           Geometry g) | 
| DBObject | toObject(Geometry g) | 
Geometry getGeometry(DBObject obj)
void setGeometry(DBObject obj,
                 Geometry g)
DBObject toObject(Geometry g)
String getGeometryPath()
SimpleFeatureType buildFeatureType(Name name, DBCollection collection)
SimpleFeature buildFeature(DBObject obj, SimpleFeatureType featureType)
Copyright © 1996–2019 Geotools. All rights reserved.