public class MongoSchemaFileStore extends Object implements MongoSchemaStore
| Constructor and Description |
|---|
MongoSchemaFileStore(File file) |
MongoSchemaFileStore(String uri) |
MongoSchemaFileStore(URI 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 MongoSchemaFileStore(String uri) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic MongoSchemaFileStore(URI uri) throws IOException
IOExceptionpublic MongoSchemaFileStore(File file) 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.