Class TLcdWCSCapabilityException

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

public class TLcdWCSCapabilityException extends Object
This class contains the service exception metadata.
  • Constructor Details

    • TLcdWCSCapabilityException

      public TLcdWCSCapabilityException()
  • Method Details

    • addFormat

      public void addFormat(String aFormat)
      Adds a format.
      Parameters:
      aFormat - the format to be added.
    • getFormatCount

      public int getFormatCount()
      Gets the number of formats.
      Returns:
      the number of formats.
    • removeFormat

      public void removeFormat(int aIndex)
      Removes the format at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getFormat

      public String getFormat(int aIndex)
      Gets the format at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the format at the given position.