Package org.geotools.data.mongodb
Interface MongoSchemaStore
- All Known Implementing Classes:
MongoSchemaDBStore,MongoSchemaFileStore
public interface MongoSchemaStore
- Author:
- tkunicki@boundlessgeo.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddeleteSchema(Name name) retrieveSchema(Name name) voidstoreSchema(SimpleFeatureType schema)
-
Method Details
-
storeSchema
- Throws:
IOException
-
retrieveSchema
- Throws:
IOException
-
deleteSchema
- Throws:
IOException
-
typeNames
-
close
void close()
-