Package org.geotools.data.mongodb
Class MongoSchemaFileStore
Object
MongoSchemaFileStore
- All Implemented Interfaces:
MongoSchemaStore
- Author:
- tkunicki@boundlessgeo.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddeleteSchema(Name name) retrieveSchema(Name name) voidstoreSchema(SimpleFeatureType schema)
-
Field Details
-
schemaStoreFile
-
-
Constructor Details
-
MongoSchemaFileStore
- Throws:
IOExceptionURISyntaxException
-
MongoSchemaFileStore
- Throws:
IOException
-
MongoSchemaFileStore
- 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
-