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