Class TLcdWCSOperationsMetadata

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdWCSOperationsMetadata extends TLcdOWSOperationsMetadata
This class contains the operations metadata and exception metadata.
  • Field Details Link icon

    • GET_COVERAGE Link icon

      public static final String GET_COVERAGE
      See Also:
    • GET_CAPABILITIES Link icon

      public static final String GET_CAPABILITIES
      See Also:
    • DESCRIBE_COVERAGE Link icon

      public static final String DESCRIBE_COVERAGE
      See Also:
    • OPERATION_PROPERTY Link icon

      public static final TLcdDataProperty OPERATION_PROPERTY
      Data property that maps to the Operation element. The possible values for this property are instances of List<TLcdOWSOperation>.
    • PARAMETER_PROPERTY Link icon

      public static final TLcdDataProperty PARAMETER_PROPERTY
      Data property that maps to the Parameter element. The possible values for this property are instances of List<TLcdOWSDomain>.
    • CONSTRAINT_PROPERTY Link icon

      public static final TLcdDataProperty CONSTRAINT_PROPERTY
      Data property that maps to the Constraint element. The possible values for this property are instances of List<TLcdOWSDomain>.
    • EXTENDED_CAPABILITIES_PROPERTY Link icon

      public static final TLcdDataProperty EXTENDED_CAPABILITIES_PROPERTY
      Data property that maps to the ExtendedCapabilities element. The possible values for this property are instances of Object.
  • Constructor Details Link icon

    • TLcdWCSOperationsMetadata Link icon

      public TLcdWCSOperationsMetadata()
  • Method Details Link icon

    • getUpdateSequence Link icon

      public String getUpdateSequence()
      Gets the update sequence.

      Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.

      Returns:
      the update sequence.
    • setUpdateSequence Link icon

      public void setUpdateSequence(String aUpdateSequence)
      Sets the update sequence.

      Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.

      Parameters:
      aUpdateSequence - the update sequence to be set.
    • getVersion Link icon

      public String getVersion()
      Gets the version.
      Returns:
      the version.
    • setVersion Link icon

      public void setVersion(String aVersion)
      Sets the version.
      Parameters:
      aVersion - the version to be set.
    • getException Link icon

      public TLcdWCSCapabilityException getException()
      Gets the exception.
      Returns:
      the exception.
    • setException Link icon

      public void setException(TLcdWCSCapabilityException aException)
      Sets the exception.
      Parameters:
      aException - the exception to be set.
    • getOperation Link icon

      public List<TLcdOWSOperation> getOperation()
      Returns the value of the property that maps to the Operation element.

      Metadata for one operation that this server implements.

      Returns:
      the value of the OPERATION_PROPERTY property.
    • getParameter Link icon

      public List<TLcdOWSDomain> getParameter()
      Returns the value of the property that maps to the Parameter element.

      Optional unordered list of parameter valid domains that each apply to one or more operations which this server interface implements. The list of required and optional parameter domain limitations shall be specified in the Implementation Specification for this service.

      Returns:
      the value of the PARAMETER_PROPERTY property.
    • getConstraint Link icon

      public List<TLcdOWSDomain> getConstraint()
      Returns the value of the property that maps to the Constraint element.

      Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this server. The list of required and optional constraints shall be specified in the Implementation Specification for this service.

      Returns:
      the value of the CONSTRAINT_PROPERTY property.
    • getExtendedCapabilities Link icon

      public Object getExtendedCapabilities()
      Returns the value of the property that maps to the ExtendedCapabilities element.

      Individual software vendors and servers can use this element to provide metadata about any additional server abilities.

      Returns:
      the value of the EXTENDED_CAPABILITIES_PROPERTY property.
    • setExtendedCapabilities Link icon

      public void setExtendedCapabilities(Object aValue)
      Sets the value of the property that maps to the ExtendedCapabilities element.

      Individual software vendors and servers can use this element to provide metadata about any additional server abilities.

      Parameters:
      aValue - the value to set for the EXTENDED_CAPABILITIES_PROPERTY property.