Class TLcdWCSCoverageDescription

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSCoverageDescription

public class TLcdWCSCoverageDescription extends Object
This class provides the description of a specific coverage served by an OpenGIS Web Coverage Service (WCS) instance.
  • Constructor Details

    • TLcdWCSCoverageDescription

      public TLcdWCSCoverageDescription()
  • Method Details

    • getUpdateSequence

      public String getUpdateSequence()
      Returns the sequence number of the coverage description.
      Returns:
      the sequence number of the coverage description.
    • setUpdateSequence

      public void setUpdateSequence(String aUpdateSequence)
      Sets the update sequence.
      Parameters:
      aUpdateSequence - the update sequence to be set.
    • getVersion

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

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

      public void addCoverageOffering(TLcdWCSCoverageOffering aCoverageOffering)
      Adds a coverage offering.
      Parameters:
      aCoverageOffering - the coverage offering to be added.
    • getCoverageOfferingCount

      public int getCoverageOfferingCount()
      Returns the number of coverage offerings.
      Returns:
      the number of coverage offerings.
    • removeCoverageOffering

      public void removeCoverageOffering(int aIndex)
      Removes the coverage offering at the given index.
      Parameters:
      aIndex - the index of the coverage offering to be removed
    • getCoverageOffering

      public TLcdWCSCoverageOffering getCoverageOffering(int aIndex)
      Returns the coverage offering at the given index.
      Parameters:
      aIndex - the index of coverage offering to be retrieved
      Returns:
      the coverage offering at the given index.