Package com.vividsolutions.wms
Class FeatureInfoRequest
- java.lang.Object
-
- com.vividsolutions.wms.AbstractWMSRequest
-
- com.vividsolutions.wms.FeatureInfoRequest
-
- All Implemented Interfaces:
WMSRequest
public class FeatureInfoRequest extends AbstractWMSRequest
implements aWMSRequestspecifically tailored for theFeatureInfoToolto retrieve info about aWMSLayer
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.wms.AbstractWMSRequest
con, service, version
-
-
Constructor Summary
Constructors Constructor Description FeatureInfoRequest(WMSLayer layer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetURL()must be implemented according to the specific needsvoidsetBbox(org.locationtech.jts.geom.Envelope bbox)voidsetHeight(int height)voidsetPoint(Point2D point)voidsetWidth(int width)-
Methods inherited from class com.vividsolutions.wms.AbstractWMSRequest
getConnection, getImage, getInputStream, getService, getText, prepareConnection, readConnection, readToError, setWMSVersion
-
-
-
-
Constructor Detail
-
FeatureInfoRequest
public FeatureInfoRequest(WMSLayer layer) throws IOException
- Throws:
IOException
-
-
Method Detail
-
setPoint
public void setPoint(Point2D point)
-
setBbox
public void setBbox(org.locationtech.jts.geom.Envelope bbox)
-
setHeight
public void setHeight(int height)
-
setWidth
public void setWidth(int width)
-
getURL
public URL getURL() throws MalformedURLException
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
-
-