Package com.vividsolutions.wms
Interface WMSRequest
-
- All Known Implementing Classes:
AbstractWMSRequest
,BasicRequest
,FeatureInfoRequest
,MapRequest
public interface WMSRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLConnection
getConnection()
WMService
getService()
URL
getURL()
void
setWMSVersion(String wmsVersion)
-
-
-
Method Detail
-
getService
WMService getService()
-
setWMSVersion
void setWMSVersion(String wmsVersion)
-
getURL
URL getURL() throws MalformedURLException
- Throws:
MalformedURLException
-
getConnection
URLConnection getConnection() throws IOException
- Throws:
IOException
-
-