| |
|
| java.lang.Object org.geotools.data.ows.AbstractRequest org.geotools.data.ows.AbstractGetCapabilitiesRequest
AbstractGetCapabilitiesRequest | abstract public class AbstractGetCapabilitiesRequest extends AbstractRequest implements GetCapabilitiesRequest(Code) | | Each Open Web Service typically defines an operation that describes what
operations it supports and what data it holds. The document describing this
information is usually called the Capabilities document, and is usually
accessed using the GetCapabilities operation.
This class provides a basic building block for clients to implement their
GetCapabilitiesRequest. It automatically sets the REQUEST parameter to
"GetCapabilities".
author: rgould |
Method Summary | |
protected void | initRequest() Sets the REQUEST parameter
Subclass can override if needed. |
SERVICE | final public static String SERVICE(Code) | | Represents the SERVICE parameter
|
AbstractGetCapabilitiesRequest | public AbstractGetCapabilitiesRequest(URL serverURL)(Code) | | |
initRequest | protected void initRequest()(Code) | | Sets the REQUEST parameter
Subclass can override if needed.
|
|
|
|