public class GMLDataExplorer extends OGRDataExplorer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
dataSource, parameters, updateSupport
LOGGER
FILESYSTEM_SERVER_EXPLORER_NAME, MODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER
Constructor and Description |
---|
GMLDataExplorer(OGRDataExplorerParameters parameters,
DataServerExplorerProviderServices providerServices) |
Modifier and Type | Method and Description |
---|---|
NewDataStoreParameters |
getAddParameters(java.lang.String storeName)
Given the store's name, returns its parameters for creation.
|
protected DataSource |
getDataSource() |
java.util.List |
getDataStoreProviderNames()
Return the list of provider names that this server allow.
|
java.util.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, resourceChanged
close, createSQLBuilder, exists, getProperties, getProperty, getResourcePath, getResourcesStorage, getResourcesStorage, getResourcesStorage, open, open, setProperty
dispose, dispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, getResourcePath, getResourcesStorage, getResourcesStorage, getResourcesStorage
dispose
public static final java.lang.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 OGRDataExplorer
OGRUnsupportedFormatException
public NewDataStoreParameters getAddParameters(java.lang.String storeName) throws DataException
DataServerExplorer
getAddParameters
in interface DataServerExplorer
getAddParameters
in class OGRDataExplorer
DataException
public java.util.List getDataStoreProviderNames()
DataServerExplorer
getDataStoreProviderNames
in interface DataServerExplorer
getDataStoreProviderNames
in class OGRDataExplorer
public java.util.List list(int mode) throws DataException
DataServerExplorer
list
in interface DataServerExplorer
list
in class OGRDataExplorer
mode
- , filter store from a type: DataServerExplorer.MODE_ALL
,
DataServerExplorer.MODE_FEATURE
, #MODE_FEATURE_GEOMETRY
,
DataServerExplorer.MODE_RASTER
DataException