Class AbstractGetCapabilitiesRequest

  • All Implemented Interfaces:
    GetCapabilitiesRequest, Request
    Direct Known Subclasses:
    GetCapabilitiesRequest, WMS1_0_0.GetCapsRequest, WMTSSpecification.GetCapsRequest

    public abstract class AbstractGetCapabilitiesRequest
    extends AbstractRequest
    implements GetCapabilitiesRequest
    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
    • Field Detail

      • SERVICE

        public static final String SERVICE
        Represents the SERVICE parameter
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractGetCapabilitiesRequest

        public AbstractGetCapabilitiesRequest​(URL serverURL)
    • Method Detail

      • initRequest

        protected void initRequest()
        Sets the REQUEST parameter

        Subclass can override if needed.

        Specified by:
        initRequest in class AbstractRequest