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 TypeMethodDescriptionvoid
close()
void
deleteSchema
(Name name) retrieveSchema
(Name name) void
storeSchema
(SimpleFeatureType schema)
-
Field Details
-
schemaStoreFile
-
-
Constructor Details
-
MongoSchemaFileStore
- Throws:
IOException
URISyntaxException
-
MongoSchemaFileStore
- Throws:
IOException
-
MongoSchemaFileStore
- Throws:
IOException
-
-
Method Details
-
storeSchema
- Specified by:
storeSchema
in interfaceMongoSchemaStore
- Throws:
IOException
-
retrieveSchema
- Specified by:
retrieveSchema
in interfaceMongoSchemaStore
- Throws:
IOException
-
deleteSchema
- Specified by:
deleteSchema
in interfaceMongoSchemaStore
- Throws:
IOException
-
typeNames
- Specified by:
typeNames
in interfaceMongoSchemaStore
-
close
public void close()- Specified by:
close
in interfaceMongoSchemaStore
-