Interface ILcdWCSServiceMetadata


public interface ILcdWCSServiceMetadata
Deprecated.
Since 2017.0 Please make use of ILcdWCSCapabilitiesProvider.
An interface for the service metadata section in a WCS capabilities document. The user can customize the service section by implementing this interface and registering the implementation with the command dispatcher.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    getAccessConstraint(int aIndex)
    Deprecated.
    Returns the access constraint at the given index.
    int
    Deprecated.
    Returns the number of access constraints associated with the WCS service.
    Deprecated.
    Returns a description of the WCS service.
    Deprecated.
    Returns a string describing the fees applicable to the WCS service.
    getKeyword(int aIndex)
    Deprecated.
    Returns the keyword at the given index.
    int
    Deprecated.
    Returns the number of keywords associated with the WCS service.
    Deprecated.
    Returns a label for the WCS service, which can be displayed to the user instead of the unique identifier.
    Deprecated.
    Returns a link to additional metadata about the WCS service.
    Deprecated.
    Returns a unique identifier for the WCS service.
  • Method Details Link icon

    • getDescription Link icon

      String getDescription()
      Deprecated.
      Returns a description of the WCS service.
    • getName Link icon

      String getName()
      Deprecated.
      Returns a unique identifier for the WCS service.
    • getLabel Link icon

      String getLabel()
      Deprecated.
      Returns a label for the WCS service, which can be displayed to the user instead of the unique identifier.
    • getMetaDataLink Link icon

      String getMetaDataLink()
      Deprecated.
      Returns a link to additional metadata about the WCS service.
    • getFees Link icon

      String getFees()
      Deprecated.
      Returns a string describing the fees applicable to the WCS service.
    • getKeywordCount Link icon

      int getKeywordCount()
      Deprecated.
      Returns the number of keywords associated with the WCS service.
    • getKeyword Link icon

      String getKeyword(int aIndex) throws IndexOutOfBoundsException
      Deprecated.
      Returns the keyword at the given index.
      Throws:
      IndexOutOfBoundsException
    • getAccessConstraintCount Link icon

      int getAccessConstraintCount()
      Deprecated.
      Returns the number of access constraints associated with the WCS service.
    • getAccessConstraint Link icon

      String getAccessConstraint(int aIndex) throws IndexOutOfBoundsException
      Deprecated.
      Returns the access constraint at the given index.
      Throws:
      IndexOutOfBoundsException