public class WmsLayerInfo extends RasterLayerInfo implements IWmsLayer
Modifier and Type | Field and Description |
---|---|
static byte |
CONNECTION_TYPE_DIRECT |
static byte |
CONNECTION_TYPE_SERVER |
description, dynamicRefresh, elementFactory, elementType, extent, id, infoReportConfig, lastUpdateTime, layerProperties, maximumVisibleScale, metadataUrl, minimumVisibleScale, name, readOnlyMask, styleManager
DEFAULT_MAXIMUM_SCALE, DEFAULT_MINIMUM_SCALE, PERSONAL_LAYER_BASE_ID, PERSONAL_LAYER_MAX_ID, PROJECT_LAYER_BASE_ID, PROJECT_LAYER_MAX_ID, PROPERTY_ALL_SETTINGS, PROPERTY_ALWAYS_DRAW_SELECTION, PROPERTY_DRAW_GRID, PROPERTY_EDITABLE, PROPERTY_EDITING, PROPERTY_INCLUDE_IN_CONTEXT, PROPERTY_INDEX, PROPERTY_LISTED, PROPERTY_LOCAL, PROPERTY_MAX_SCALE, PROPERTY_MIN_SCALE, PROPERTY_PUBLISHED, PROPERTY_QUERIABLE, PROPERTY_SELECTABLE, PROPERTY_USE_CLIENT_CACHE, PROPERTY_VISIBLE, REQUEST_MODE_BY_REGION, REQUEST_MODE_BY_TILE, RESERVED_LAYER_BASE_ID, RESERVED_LAYER_MAX_ID, SYSTEM_LAYER_BASE_AUTO_ID, SYSTEM_LAYER_BASE_ID, SYSTEM_LAYER_MAX_ID, TILING_MODE_AUTO, TILING_MODE_MANUAL, USER_LAYER_BASE_AUTO_ID, USER_LAYER_BASE_ID, USER_LAYER_MAX_ID
Constructor and Description |
---|
WmsLayerInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a deep clone of the current LayerInfo instance.
|
protected void |
clone(LayerInfo layerInfo)
Clones all properties from this LayerInfo into the specified LayerInfo instance.
|
byte |
getConnectionType() |
java.lang.String |
getFeatureInfoURL() |
java.lang.String |
getLayerClassName() |
java.lang.String |
getMapURL() |
java.lang.String |
getVersion() |
void |
setConnectionType(byte connectionType) |
void |
setFeatureInfoURL(java.lang.String featureInfoURL) |
void |
setMapURL(java.lang.String baseURL) |
void |
setVersion(java.lang.String version) |
getParameters, getRasterBands, getRasterTransformations, setParameters, setRasterBands, setRasterTransformations
getDescription, getName, getReadOnlyProperties, isDynamic, isIndex, isListed, isLocal, isSelectable, isVisible, setDescription, setElementType, setIndex, setListed, setLocal, setName, setProperty, setReadOnlyProperties, setReadOnlyProperty, setSelectable, setVisible
getAvailableLocales, getTranslation, isTranslationExists, removeTranslationsOtherThan, setTranslation, updateTranslations
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtent, getParameters, setExtent, setParameters
getDescription, getDescription, getDynamicRefresh, getElementFactory, getElementType, getId, getInfoReportConfig, getLastUpdateTime, getLayerProperties, getMaximumVisibleScale, getMetadataUrl, getMinimumVisibleScale, getName, getName, getReadOnlyProperties, getStyleManager, isDynamic, isIndex, isListed, isLocal, isSelectable, isVisible, setDescription, setDescription, setDynamicRefresh, setElementFactory, setElementType, setId, setIndex, setInfoReportConfig, setLastUpdateTime, setLayerProperties, setListed, setLocal, setMaximumVisibleScale, setMetadataUrl, setMinimumVisibleScale, setName, setName, setProperty, setReadOnlyProperties, setReadOnlyProperty, setSelectable, setStyleManager, setVisible
public static final byte CONNECTION_TYPE_DIRECT
public static final byte CONNECTION_TYPE_SERVER
public java.lang.String getLayerClassName()
getLayerClassName
in class RasterLayerInfo
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.String getMapURL()
public void setMapURL(java.lang.String baseURL)
public java.lang.Object clone()
clone
in interface ILayer
clone
in class RasterLayerInfo
protected void clone(LayerInfo layerInfo)
clone
in class RasterLayerInfo
layerInfo
- the instance that will receive cloned properties.public byte getConnectionType()
public void setConnectionType(byte connectionType)
public java.lang.String getFeatureInfoURL()
public void setFeatureInfoURL(java.lang.String featureInfoURL)