public class MongoSchemaDBStore extends Object implements MongoSchemaStore
| Constructor and Description | 
|---|
| MongoSchemaDBStore(MongoClientURI uri) | 
| MongoSchemaDBStore(String uri) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | deleteSchema(Name name) | 
| SimpleFeatureType | retrieveSchema(Name name) | 
| void | storeSchema(SimpleFeatureType schema) | 
| List<String> | typeNames() | 
public MongoSchemaDBStore(String uri) throws IOException
IOExceptionpublic MongoSchemaDBStore(MongoClientURI uri)
                   throws IOException
IOExceptionpublic void storeSchema(SimpleFeatureType schema) throws IOException
storeSchema in interface MongoSchemaStoreIOExceptionpublic SimpleFeatureType retrieveSchema(Name name) throws IOException
retrieveSchema in interface MongoSchemaStoreIOExceptionpublic void deleteSchema(Name name) throws IOException
deleteSchema in interface MongoSchemaStoreIOExceptionpublic List<String> typeNames()
typeNames in interface MongoSchemaStorepublic void close()
close in interface MongoSchemaStoreCopyright © 1996–2019 Geotools. All rights reserved.