public class GMLDataExplorer extends OGRDataExplorer
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
dataSource, parameters, updateSupport
MODE_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, resourceChanged
getResourcePath
dispose, dispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourcePath
dispose
public 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 OGRDataExplorer
OGRUnsupportedFormatException
public NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataServerExplorer
getAddParameters
in interface DataServerExplorer
getAddParameters
in class OGRDataExplorer
DataException
public List getDataStoreProviderNames()
DataServerExplorer
getDataStoreProviderNames
in interface DataServerExplorer
getDataStoreProviderNames
in class OGRDataExplorer
public 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