Package org.geotools.data.mongodb
Interface MongoSchemaStore
- 
- All Known Implementing Classes:
- MongoSchemaDBStore,- MongoSchemaFileStore
 
 public interface MongoSchemaStore- Author:
- tkunicki@boundlessgeo.com
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voiddeleteSchema(Name name)SimpleFeatureTyperetrieveSchema(Name name)voidstoreSchema(SimpleFeatureType schema)List<String>typeNames()
 
- 
- 
- 
Method Detail- 
storeSchemavoid storeSchema(SimpleFeatureType schema) throws IOException - Throws:
- IOException
 
 - 
retrieveSchemaSimpleFeatureType retrieveSchema(Name name) throws IOException - Throws:
- IOException
 
 - 
deleteSchemavoid deleteSchema(Name name) throws IOException - Throws:
- IOException
 
 - 
closevoid close() 
 
- 
 
-