NASA World Wind

gov.nasa.worldwind.wms
Class CapabilitiesRequest

java.lang.Object
  extended by gov.nasa.worldwind.wms.Request
      extended by gov.nasa.worldwind.wms.CapabilitiesRequest

public final class CapabilitiesRequest
extends Request


Constructor Summary
CapabilitiesRequest()
          Construct an OGC GetCapabilities request using the default service.
CapabilitiesRequest(URI uri)
          Constructs a request for the default service, WMS, and a specified server.
CapabilitiesRequest(URI uri, String service)
          Constructs a request for a specified service at a specified server.
 
Method Summary
protected  void initialize(String service)
           
 
Methods inherited from class gov.nasa.worldwind.wms.Request
getParam, getRequestName, getService, getUri, getVersion, setParam, setService, setUri, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CapabilitiesRequest

public CapabilitiesRequest()
Construct an OGC GetCapabilities request using the default service.


CapabilitiesRequest

public CapabilitiesRequest(URI uri)
                    throws URISyntaxException
Constructs a request for the default service, WMS, and a specified server.

Parameters:
uri - the address of the web service.
Throws:
IllegalArgumentException - if the uri is null.
URISyntaxException - if the web service address is not a valid URI.

CapabilitiesRequest

public CapabilitiesRequest(URI uri,
                           String service)
                    throws URISyntaxException
Constructs a request for a specified service at a specified server.

Parameters:
uri - the address of the web service.
service - the service name. Common names are WMS, WFS, WCS, etc.
Throws:
IllegalArgumentException - if the uri or service name is null.
URISyntaxException - if the web service address is not a valid URI.
Method Detail

initialize

protected void initialize(String service)
Overrides:
initialize in class Request

NASA World Wind