org.opengis.webservice.capability
Interface GetCapabilities

Show UML class diagram
All Superinterfaces:
WebServiceRequest

public interface GetCapabilities
extends WebServiceRequest

Each OGC Web CapabilitiesService must describe its capabilities. This clause defines the structure intended to convey general information about the service itself, and summary information about the may available data

An instance of WCSGetCapabilities encapsulates a GetCapabilites request against a WCS and offeres two factory methods inherited from GetCapabilities for request creation using KVP and one own method for request creation from a DOM object.


Method Summary
 String[] getAcceptFormats()
           
 String[] getAcceptVersions()
           
 String[] getSections()
          Returns the capabilities section.
 String getUpdateSequence()
          Returns the update sequence.
 
Methods inherited from interface WebServiceRequest
getId, getRequestParameter, getServiceName, getVendorSpecificParameters, getVersion
 

Method Detail

getSections

String[] getSections()
Returns the capabilities section.


getAcceptVersions

String[] getAcceptVersions()

getAcceptFormats

String[] getAcceptFormats()

getUpdateSequence

String getUpdateSequence()
Returns the update sequence.



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.