public class BaseLayerPropertyReader extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
BASE_LAYER_FILE |
protected static String |
BASELAYER_LAYERS |
protected static String |
BASELAYER_TITLE |
protected static String |
BASELAYER_WMS_SERVER |
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
BaseLayerPropertyReader()
Instantiates a new base layer property reader.
|
Modifier and Type | Method and Description |
---|---|
static String |
getBaseLayerFile()
Gets the base layer file.
|
static String |
getBaselayerLayers()
Gets the baselayer layers.
|
static String |
getBaselayerTitle()
Gets the baselayer title.
|
static String |
getBaselayerWmsServer()
Gets the baselayer wms server.
|
String |
getLayerName()
Gets the layer name.
|
String |
getLayerTitle()
Gets the layer title.
|
String |
getLayerWmsUrl()
Gets the layer wms url.
|
void |
setLayerName(String layerName)
Sets the layer name.
|
void |
setLayerTitle(String layerTitle)
Sets the layer title.
|
void |
setLayerWmsUrl(String layerWmsUrl)
Sets the layer wms url.
|
String |
toString() |
protected static final String BASE_LAYER_FILE
protected static final String BASELAYER_WMS_SERVER
protected static final String BASELAYER_LAYERS
protected static final String BASELAYER_TITLE
public static org.apache.log4j.Logger logger
public BaseLayerPropertyReader() throws PropertyFileNotFoundException
PropertyFileNotFoundException
- the property file not found exceptionpublic static String getBaseLayerFile()
public static String getBaselayerWmsServer()
public static String getBaselayerLayers()
public static String getBaselayerTitle()
public String getLayerName()
public String getLayerTitle()
public String getLayerWmsUrl()
public void setLayerName(String layerName)
layerName
- the new layer namepublic void setLayerTitle(String layerTitle)
layerTitle
- the new layer titlepublic void setLayerWmsUrl(String layerWmsUrl)
layerWmsUrl
- the new layer wms urlCopyright © 2016. All Rights Reserved.