public interface MongoSchemaStore
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deleteSchema(Name name) |
SimpleFeatureType |
retrieveSchema(Name name) |
void |
storeSchema(SimpleFeatureType schema) |
List<String> |
typeNames() |
void storeSchema(SimpleFeatureType schema) throws IOException
IOExceptionSimpleFeatureType retrieveSchema(Name name) throws IOException
IOExceptionvoid deleteSchema(Name name) throws IOException
IOExceptionvoid close()
Copyright © 1996–2019 Geotools. All rights reserved.