public class WCSLayerLoader extends GvSigLayerLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_FORMAT |
static String |
FIELD_HEIGHT |
static String |
FIELD_NAME |
static String |
FIELD_ONLINERESOURC |
static String |
FIELD_PARAM |
static String |
FIELD_SRSSTR |
static String |
FIELD_URI |
static String |
FIELD_WIDTH |
DATA_MANAGER, MAP_CONTEXT_MANAGER| Constructor and Description |
|---|
WCSLayerLoader(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected DataStoreParameters |
createDataStoreParameters() |
protected Map |
createOnlineResources() |
protected String |
extensionPointName() |
protected String |
getErrorMessage()
It returns the error message
|
protected String |
getLayerName() |
protected String |
getWindowMessage()
It returns the window title for an window error message
|
protected boolean |
hasSpecificLayer() |
addLayerToView, createLayerFromExtensionPoint, createLayerFromParameters, loadLayergetResource, setResourcepublic static final String FIELD_FORMAT
public static final String FIELD_NAME
public static final String FIELD_SRSSTR
public static final String FIELD_URI
public static final String FIELD_ONLINERESOURC
public static final String FIELD_WIDTH
public static final String FIELD_HEIGHT
public static final String FIELD_PARAM
public WCSLayerLoader(Resource resource)
protected boolean hasSpecificLayer()
hasSpecificLayer in class GvSigLayerLoaderprotected String getLayerName()
getLayerName in class GvSigLayerLoaderprotected DataStoreParameters createDataStoreParameters() throws InitializeException, ProviderNotRegisteredException
createDataStoreParameters in class GvSigLayerLoaderInitializeExceptionProviderNotRegisteredExceptionprotected Map createOnlineResources()
protected String extensionPointName()
extensionPointName in class GvSigLayerLoaderprotected String getErrorMessage()
LayerLoadergetErrorMessage in class LayerLoaderprotected String getWindowMessage()
LayerLoadergetWindowMessage in class LayerLoader