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
IOException
SimpleFeatureType retrieveSchema(Name name) throws IOException
IOException
void deleteSchema(Name name) throws IOException
IOException
void close()
Copyright © 1996–2019 Geotools. All rights reserved.