public class GetFeatureInfoParams
extends java.lang.Object
| Constructor and Description |
|---|
GetFeatureInfoParams() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBboxBottom() |
double |
getBboxLeft() |
double |
getBboxRight() |
double |
getBboxTop() |
int |
getConnectTimeout() |
double |
getCoordX() |
double |
getCoordY() |
int |
getFeatureCount() |
java.lang.String |
getFeatureInfoReqString(java.lang.String server,
java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams)
Metodo che compone la richiesta getFeatureInfo compatibile con i parametri inseriti
|
java.lang.String |
getFeatureInfoReqStringHtml(java.lang.String server,
java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams)
Metodo che compone la richiesta getFeatureInfo di tipo html compatibile con i parametri inseriti
|
java.lang.String |
getFeatureInfoReqStringParams(java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams,
java.lang.String infoFormat)
Metodo di base che compone la richiesta getFeatureInfo compatibile con i parametri inseriti, ma priva dell'indicazione INFO_FORMAT
|
int |
getHeight() |
java.lang.String |
getInfoFormat() |
java.lang.String |
getInfoFormatHtml() |
double |
getRange() |
int |
getReadTimeout() |
java.lang.String |
getSld_body() |
java.lang.String |
getSourceSRID() |
java.lang.String |
getStyle() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setBBox(java.lang.String bbox) |
void |
setBboxBottom(double bboxBottom) |
void |
setBboxLeft(double bboxLeft) |
void |
setBboxRight(double bboxRight) |
void |
setBboxTop(double bboxTop) |
void |
setConnectTimeout(int connectTimeout) |
void |
setCoordX(double coordX) |
void |
setCoordY(double coordY) |
void |
setFeatureCount(int featureCount) |
void |
setHeight(int height) |
void |
setInfoFormat(java.lang.String infoFormat) |
void |
setInfoFormatHtml(java.lang.String infoFormatHtml) |
void |
setRange(double range) |
void |
setReadTimeout(int readTimeout) |
void |
setSld_body(java.lang.String sld_body) |
void |
setSourceSRID(java.lang.String sourceSRID) |
void |
setStyle(java.lang.String style) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
public java.lang.String getInfoFormat()
public void setInfoFormat(java.lang.String infoFormat)
infoFormat - the infoFormat to setpublic int getFeatureCount()
public void setFeatureCount(int featureCount)
featureCount - the featureCount to setpublic void setBBox(java.lang.String bbox)
public double getBboxLeft()
public void setBboxLeft(double bboxLeft)
bboxLeft - the bboxLeft to setpublic double getBboxRight()
public void setBboxRight(double bboxRight)
bboxRight - the bboxRight to setpublic double getBboxBottom()
public void setBboxBottom(double bboxBottom)
bboxBottom - the bboxBottom to setpublic double getBboxTop()
public void setBboxTop(double bboxTop)
bboxTop - the bboxTop to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic int getX()
public void setX(int x)
x - the x to setpublic int getY()
public void setY(int y)
y - the y to setpublic double getRange()
public void setRange(double range)
range - the range to setpublic java.lang.String getSourceSRID()
public void setSourceSRID(java.lang.String sourceSRID)
sourceSRID - the sourceSRID to setpublic double getCoordX()
public void setCoordX(double coordX)
coordX - the coordX to setpublic double getCoordY()
public void setCoordY(double coordY)
coordY - the coordY to setpublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - the style to setpublic java.lang.String getFeatureInfoReqStringHtml(java.lang.String server,
java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams)
throws java.io.UnsupportedEncodingException
server - url del serverWMSLayerName - nome del layer WMSextraParams - java.io.UnsupportedEncodingExceptionpublic java.lang.String getFeatureInfoReqString(java.lang.String server,
java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams)
throws java.io.UnsupportedEncodingException
server - url del serverWMSLayerName - nome del layer WMSextraParams - java.io.UnsupportedEncodingExceptionpublic java.lang.String getFeatureInfoReqStringParams(java.lang.String WMSLayerName,
java.lang.String extraParams,
AdditionalFilterServerParams wmsFilterServerParams,
java.lang.String infoFormat)
throws java.io.UnsupportedEncodingException
WMSLayerName - nome del layer WMSextraParams - wmsFilterServerParams - infoFormat - java.io.UnsupportedEncodingExceptionpublic java.lang.String getInfoFormatHtml()
public void setInfoFormatHtml(java.lang.String infoFormatHtml)
infoFormatHtml - the infoFormatHtml to setpublic java.lang.String getSld_body()
public void setSld_body(java.lang.String sld_body)
sld_body - the sld_body to setpublic int getConnectTimeout()
public void setConnectTimeout(int connectTimeout)
connectTimeout - the connectTimeout to setpublic int getReadTimeout()
public void setReadTimeout(int readTimeout)
readTimeout - the readTimeout to set