public class WMTSServerExplorer extends AbstractDataServerExplorer implements RasterDataServerExplorer, DataServerExplorerProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TIMEMODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER| Constructor and Description |
|---|
WMTSServerExplorer(WMTSServerExplorerParameters parameters,
DataServerExplorerProviderServices services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String provider,
NewDataStoreParameters parameters,
boolean overwrite)
Creates a new DataStore in this server.
|
boolean |
canAdd()
Indicates whether this DataServerExplorer can create a new DataStore in the
server.
|
boolean |
canAdd(String storeName)
Indicates whether this DataServerExplorer can create a new DataStore in
the server, given the store name.
|
void |
connect(ICancellable cancellable)
Connect to the server
|
NewDataStoreParameters |
getAddParameters(String storeName)
Given the store's name, returns its parameters for creation.
|
String |
getDataStoreProviderName() |
List<?> |
getDataStoreProviderNames()
Return the list of provider names that this server allow.
|
String |
getDescription() |
String |
getHost() |
WMTSClient |
getOGCClient() |
WMTSServerExplorerParameters |
getParameters()
Returns this DataServerExplorer parameters
|
String |
getProviderName()
Returns the DataServerExplorer's name
|
DataServerExplorerProviderServices |
getServerExplorerProviderServices() |
DataStoreParameters |
getStoredParameters()
Returns the internal parameters, that is, the parameters that
are not tiled.
|
boolean |
isConnected() |
boolean |
isHostReachable()
Checks if the network and host are reachable
|
boolean |
isHostReachable(int timeout)
Checks if the network and host are reachable
|
List<?> |
list()
Provides a list of available stores in the server.
|
List<?> |
list(int mode)
Provides a list of available stores in the server of a type.
|
void |
remove(DataStoreParameters parameters)
Removes a store from the server given its DataStoreParameters.
|
doDispose, get, getResourcePathdispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getResourcePathdisposepublic static final String NAME
public WMTSServerExplorer(WMTSServerExplorerParameters parameters, DataServerExplorerProviderServices services) throws InitializeException
InitializeExceptionpublic String getDataStoreProviderName()
public String getDescription()
public boolean add(String provider, NewDataStoreParameters parameters, boolean overwrite) throws DataException
DataServerExploreradd in interface DataServerExplorerparameters - , an instance of DataStoreParameters from
DataServerExplorer.getAddParameters(String) that
describes the new DataStore.overwrite - if the store already existsDataExceptionpublic boolean canAdd()
DataServerExplorercanAdd in interface DataServerExplorerpublic boolean canAdd(String storeName) throws DataException
DataServerExplorercanAdd in interface DataServerExplorerstoreName - store name.DataExceptionpublic NewDataStoreParameters getAddParameters(String storeName) throws DataException
DataServerExplorergetAddParameters in interface DataServerExplorerDataExceptionpublic List<?> getDataStoreProviderNames()
DataServerExplorergetDataStoreProviderNames in interface DataServerExplorerpublic WMTSServerExplorerParameters getParameters()
DataServerExplorergetParameters in interface DataServerExplorergetParameters in class AbstractDataServerExplorerpublic List<?> list() throws DataException
DataServerExplorerlist in interface DataServerExplorerDataExceptionpublic List<?> list(int mode) throws DataException
DataServerExplorerlist in interface DataServerExplorermode - , filter store from a type: DataServerExplorer.MODE_ALL,
DataServerExplorer.MODE_FEATURE, #MODE_FEATURE_GEOMETRY,
DataServerExplorer.MODE_RASTERDataExceptionpublic void remove(DataStoreParameters parameters) throws DataException
DataServerExplorerremove in interface DataServerExplorerDataExceptionpublic String getProviderName()
DataServerExplorergetProviderName in interface DataServerExplorerpublic DataStoreParameters getStoredParameters()
RasterDataServerExplorergetStoredParameters in interface RasterDataServerExplorerpublic void connect(ICancellable cancellable) throws ConnectException
RasterDataServerExplorerconnect in interface RasterDataServerExplorerConnectExceptionpublic boolean isHostReachable(int timeout)
RasterDataServerExplorerisHostReachable in interface RasterDataServerExplorertimeout - for the hostpublic boolean isHostReachable()
isHostReachable in interface RasterDataServerExplorerpublic boolean isConnected()
public WMTSClient getOGCClient()
public String getHost()
public DataServerExplorerProviderServices getServerExplorerProviderServices()
getServerExplorerProviderServices in interface DataServerExplorerProvidergetServerExplorerProviderServices in class AbstractDataServerExplorer