Package org.geotools.data.mongodb
Class MongoSchemaDBStore
Object
MongoSchemaDBStore
- All Implemented Interfaces:
MongoSchemaStore
- Author:
- tkunicki@boundlessgeo.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddeleteSchema(Name name) retrieveSchema(Name name) voidstoreSchema(SimpleFeatureType schema)
-
Constructor Details
-
MongoSchemaDBStore
- Throws:
IOException
-
MongoSchemaDBStore
- Throws:
IOException
-
-
Method Details
-
storeSchema
- Specified by:
storeSchemain interfaceMongoSchemaStore- Throws:
IOException
-
retrieveSchema
- Specified by:
retrieveSchemain interfaceMongoSchemaStore- Throws:
IOException
-
deleteSchema
- Specified by:
deleteSchemain interfaceMongoSchemaStore- Throws:
IOException
-
typeNames
- Specified by:
typeNamesin interfaceMongoSchemaStore
-
close
public void close()- Specified by:
closein interfaceMongoSchemaStore
-