public abstract class AbstractNcGetFeatureInfo extends AbstractGetFeatureInfo implements NcGetFeatureInfoRequest
NcGetFeatureInfoRequest
, which defines the parameters for
a GetFeatureInfo request.Defined in the geotk-client-ncwms
module
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOGGER
Default logger for all GetFeatureInfo requests.
|
protected Boolean |
logScale |
protected Integer |
numColorBands |
protected Integer |
opacity |
columnIndex, featureCount, infoFormat, queryLayers, rawIndex
dimension, dims, envelope, exceptions, format, layers, server, sld, sldBody, sldVersion, styles, transparent, version
DONT_ENCODE_EQUAL, headerMap, requestParameters, security, serverURL, subPath, timeout
Modifier | Constructor and Description |
---|---|
protected |
AbstractNcGetFeatureInfo(String serverURL,
String version,
ClientSecurity security) |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumColorBands()
Gets the number of color bands in the palette.
|
Integer |
getOpacity()
Gets the opacity of the layer.
|
Boolean |
isLogScale()
Gets the choice from a linear or logarithmic color scale.
|
protected void |
prepareParameters()
Called by the getURL method to fill the request parameter map.
|
void |
setLogScale(Boolean logScale)
Sets the choice from a linear or logarithmic color scale.
|
void |
setNumColorBands(Integer numColorBands)
Sets the number of color bands in the palette.
|
void |
setOpacity(Integer opacity)
Sets the opacity of the layer.
|
getColumnIndex, getFeatureCount, getInfoFormat, getQueryLayers, getRawIndex, setColumnIndex, setFeatureCount, setInfoFormat, setQueryLayers, setRawIndex
dimensions, encodeElevation, encodeNDParameters, getDimension, getEnvelope, getExceptions, getFormat, getLayers, getSld, getSldBody, getSldVersion, getStyles, isTransparent, setDimension, setEnvelope, setExceptions, setFormat, setLayers, setSld, setSldBody, setSldVersion, setStyles, setTransparent, toString
equals, followLink, getHeaderMap, getResponseStream, getSubPath, getTimeout, getURL, hashCode, openConnection, openRichException, openRichException, openRichException, setTimeout
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getColumnIndex, getFeatureCount, getInfoFormat, getQueryLayers, getRawIndex, setColumnIndex, setFeatureCount, setInfoFormat, setQueryLayers, setRawIndex
dimensions, getDimension, getEnvelope, getExceptions, getFormat, getLayers, getSld, getSldBody, getSldVersion, getStyles, isTransparent, setDimension, setEnvelope, setExceptions, setFormat, setLayers, setSld, setSldBody, setSldVersion, setStyles, setTransparent
getHeaderMap, getResponseStream, getURL
protected static final Logger LOGGER
protected Integer opacity
protected Integer numColorBands
protected Boolean logScale
protected AbstractNcGetFeatureInfo(String serverURL, String version, ClientSecurity security)
public Integer getOpacity()
getOpacity
in interface NcWMSCommonRequest
public void setOpacity(Integer opacity)
setOpacity
in interface NcWMSCommonRequest
public Integer getNumColorBands()
getNumColorBands
in interface NcWMSCommonRequest
public void setNumColorBands(Integer numColorBands)
setNumColorBands
in interface NcWMSCommonRequest
public Boolean isLogScale()
isLogScale
in interface NcWMSCommonRequest
public void setLogScale(Boolean logScale)
setLogScale
in interface NcWMSCommonRequest
protected void prepareParameters()
prepareParameters
in class AbstractGetFeatureInfo
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.