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 aWMSRequest
specifically tailored for theFeatureInfoTool
to 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 URL
getURL()
must be implemented according to the specific needsvoid
setBbox(org.locationtech.jts.geom.Envelope bbox)
void
setHeight(int height)
void
setPoint(Point2D point)
void
setWidth(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:AbstractWMSRequest
must be implemented according to the specific needs- Specified by:
getURL
in interfaceWMSRequest
- Specified by:
getURL
in classAbstractWMSRequest
- Returns:
- the URL of the WMS request
- Throws:
MalformedURLException
-
-