Package com.vividsolutions.wms
Class BasicRequest
- java.lang.Object
-
- com.vividsolutions.wms.AbstractWMSRequest
-
- com.vividsolutions.wms.BasicRequest
-
- All Implemented Interfaces:
WMSRequest
public class BasicRequest extends AbstractWMSRequest
a bareboneAbstractWMSRequest
implementation. this should really only be used if implementing proper requests likeMapRequest
orFeatureInfoRequest
is too much of an effort
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.wms.AbstractWMSRequest
con, service, version
-
-
Constructor Summary
Constructors Constructor Description BasicRequest(WMService service, URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getURL()
must be implemented according to the specific needs-
Methods inherited from class com.vividsolutions.wms.AbstractWMSRequest
getConnection, getImage, getInputStream, getService, getText, prepareConnection, readConnection, readToError, setWMSVersion
-
-
-
-
Method Detail
-
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
-
-