org.geotools.catalog.wms
Class WMSService.CustomWMS

java.lang.Object
  extended byorg.geotools.data.wms.WebMapServer
      extended byorg.geotools.catalog.wms.WMSService.CustomWMS
Enclosing class:
WMSService

public class WMSService.CustomWMS
extends WebMapServer


Field Summary
 
Fields inherited from class org.geotools.data.wms.WebMapServer
specs
 
Constructor Summary
WMSService.CustomWMS(java.net.URL serverURL)
          DOCUMENT ME!
 
Method Summary
 GetCapabilitiesResponse issueRequest(GetCapabilitiesRequest arg0)
           
 GetFeatureInfoResponse issueRequest(GetFeatureInfoRequest arg0)
           
 GetMapResponse issueRequest(GetMapRequest arg0)
           
protected  void setupSpecifications()
          Sets up the specifications/versions that this server is capable of communicating with.
 
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
 

Constructor Detail

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
Method Detail

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.