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()  | 
double | 
getCoordX()  | 
double | 
getCoordY()  | 
int | 
getFeatureCount()  | 
java.lang.String | 
getFeatureInfoReqString(java.lang.String server,
                       java.lang.String WMSLayerName,
                       java.lang.String extraParams)
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)
Metodo che compone la richiesta getFeatureInfo di tipo html compatibile con i parametri inseriti 
 | 
int | 
getHeight()  | 
java.lang.String | 
getInfoFormat()  | 
java.lang.String | 
getInfoFormatHtml()  | 
double | 
getRange()  | 
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 | 
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 | 
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)
                                             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)
                                         throws java.io.UnsupportedEncodingException
server - url del serverWMSLayerName - nome del layer WMSextraParams - java.io.UnsupportedEncodingExceptionpublic java.lang.String getInfoFormatHtml()
public void setInfoFormatHtml(java.lang.String infoFormatHtml)
infoFormatHtml - the infoFormatHtml to set