Class FeatureInfoRequest
java.lang.Object
com.vividsolutions.wms.AbstractWMSRequest
com.vividsolutions.wms.FeatureInfoRequest
- All Implemented Interfaces:
WMSRequest
implements a
WMSRequest specifically tailored for the
FeatureInfoTool to retrieve info about a WMSLayer-
Field Summary
Fields inherited from class AbstractWMSRequest
con, service, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractWMSRequest
getConnection, getImage, getInputStream, getService, getText, prepareConnection, readConnection, readToError, setWMSVersion
-
Constructor Details
-
FeatureInfoRequest
- Throws:
IOException
-
-
Method Details
-
setPoint
-
setBbox
public void setBbox(org.locationtech.jts.geom.Envelope bbox) -
setHeight
public void setHeight(int height) -
setWidth
public void setWidth(int width) -
getURL
Description copied from class:AbstractWMSRequestmust be implemented according to the specific needs- Specified by:
getURLin interfaceWMSRequest- Specified by:
getURLin classAbstractWMSRequest- Returns:
- the URL of the WMS request
- Throws:
MalformedURLException
-