org.geotools.catalog.wms
Class WMSService.CustomWMS
java.lang.Object
org.geotools.data.wms.WebMapServer
org.geotools.catalog.wms.WMSService.CustomWMS
- Enclosing class:
- WMSService
- public class WMSService.CustomWMS
- extends WebMapServer
Methods inherited from class org.geotools.data.wms.WebMapServer |
createDescribeLayerRequest, createGetFeatureInfoRequest, createGetLegendGraphicRequest, createGetMapRequest, createGetStylesRequest, createPutStylesRequest, getCapabilities, getEnvelope, issueRequest, issueRequest, issueRequest, issueRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSService.CustomWMS
public WMSService.CustomWMS(java.net.URL serverURL)
throws java.io.IOException,
ServiceException,
org.xml.sax.SAXException
- DOCUMENT ME!
- Parameters:
serverURL
-
- Throws:
java.io.IOException
ServiceException
org.xml.sax.SAXException
issueRequest
public GetCapabilitiesResponse issueRequest(GetCapabilitiesRequest arg0)
throws java.io.IOException,
ServiceException,
org.xml.sax.SAXException
- Overrides:
issueRequest
in class WebMapServer
- Throws:
java.io.IOException
ServiceException
org.xml.sax.SAXException
issueRequest
public GetFeatureInfoResponse issueRequest(GetFeatureInfoRequest arg0)
throws java.io.IOException,
ServiceException,
org.xml.sax.SAXException
- Overrides:
issueRequest
in class WebMapServer
- Throws:
java.io.IOException
ServiceException
org.xml.sax.SAXException
issueRequest
public GetMapResponse issueRequest(GetMapRequest arg0)
throws java.io.IOException,
ServiceException,
org.xml.sax.SAXException
- Overrides:
issueRequest
in class WebMapServer
- Throws:
java.io.IOException
ServiceException
org.xml.sax.SAXException
setupSpecifications
protected void setupSpecifications()
- Description copied from class:
WebMapServer
- Sets up the specifications/versions that this server is capable of
communicating with.
- Overrides:
setupSpecifications
in class WebMapServer
Copyright © GeoTools. All Rights Reserved.