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

    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

    • getDescription

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

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

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

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

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

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

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

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

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