org.deegree.services.wts.protocol
Interface WTSGetCapabilitiesRequest
- All Superinterfaces:
- OGCWebServiceRequest
- All Known Implementing Classes:
- WTSGetCapabilitiesRequest_Impl
- public interface WTSGetCapabilitiesRequest
- extends OGCWebServiceRequest
This interface desribes the access to the parameters common to a OGC
GetCapabilities request. It inherits three accessor methods from the
general OGC web service request interface.
Method Summary |
java.lang.String |
getUpdateSequence()
The optional UPDATESEQUENCE parameter is for maintaining cache consistency.
|
getUpdateSequence
public java.lang.String getUpdateSequence()
- The optional 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.