gov.nasa.worldwind.wms
Class CapabilitiesRequest
java.lang.Object
gov.nasa.worldwind.wms.Request
gov.nasa.worldwind.wms.CapabilitiesRequest
public final class CapabilitiesRequest
- extends Request
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.
initialize
protected void initialize(String service)
- Overrides:
initialize
in class Request