org.opengis.webservice.capability
Interface Capabilities

Show UML class diagram
All Known Subinterfaces:
CommonCapabilities, WebServiceCapabilities

public interface Capabilities

base interface for capabilities of any OGC service instance.


Method Summary
 String getUpdateSequence()
          Returns the updateSequence.
 String getVersion()
          Returns the version.
 

Method Detail

getVersion

@UML(identifier="version",
     specification=UNSPECIFIED)
String getVersion()
Returns the version.


getUpdateSequence

@UML(identifier="updateSequence",
     specification=UNSPECIFIED)
String getUpdateSequence()
Returns the updateSequence. The UPDATESEQUENCE parameter is for maintaining cache consistency. Its value can be an integer, a timestamp in [ISO 8601:1988(E)] format, or any other number or string. The server may include an UpdateSequence value in its Capabilities XML. If present, this value should be increased when changes are made to the Capabilities (e.g., when new maps are added to the service). The server is the sole judge of lexical ordering sequence. The client may include this parameter in its GetCapabilities request.



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