public class GMLDataExplorer extends OGRDataExplorer
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
dataSource, parameters, updateSupportMODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER| Constructor and Description |
|---|
GMLDataExplorer(OGRDataExplorerParameters parameters,
DataServerExplorerProviderServices providerServices) |
| Modifier and Type | Method and Description |
|---|---|
NewDataStoreParameters |
getAddParameters(String storeName)
Given the store's name, returns its parameters for creation.
|
protected DataSource |
getDataSource() |
List |
getDataStoreProviderNames()
Return the list of provider names that this server allow.
|
List |
list(int mode)
Provides a list of available stores in the server of a type.
|
add, canAdd, canAdd, closeResourceRequested, doDispose, get, getLayerList, getParameters, getProviderName, getServerExplorerProviderServices, list, remove, resourceChangedgetResourcePathdispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourcePathdisposepublic static final String NAME
public GMLDataExplorer(OGRDataExplorerParameters parameters, DataServerExplorerProviderServices providerServices) throws InitializeException
parameters - Parameters to open data explorer.providerServices - Available servicesInitializeException - If there is some error initializating this store providerprotected DataSource getDataSource()
throws OGRUnsupportedFormatException
getDataSource in class OGRDataExplorerOGRUnsupportedFormatExceptionpublic NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataServerExplorergetAddParameters in interface DataServerExplorergetAddParameters in class OGRDataExplorerDataExceptionpublic List getDataStoreProviderNames()
DataServerExplorergetDataStoreProviderNames in interface DataServerExplorergetDataStoreProviderNames in class OGRDataExplorerpublic List list(int mode) throws DataException
DataServerExplorerlist in interface DataServerExplorerlist in class OGRDataExplorermode - , filter store from a type: DataServerExplorer.MODE_ALL,
DataServerExplorer.MODE_FEATURE, #MODE_FEATURE_GEOMETRY,
DataServerExplorer.MODE_RASTERDataException