Class TLcdWCSSupportedFormats

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

public class TLcdWCSSupportedFormats extends Object
Unordered list of data transfer formats supported.
  • Constructor Details

    • TLcdWCSSupportedFormats

      public TLcdWCSSupportedFormats()
  • Method Details

    • getNativeFormat

      public String getNativeFormat()
      Gets the native format.

      Identifiers of one format in which the data is stored.

      Returns:
      the native format.
    • setNativeFormat

      public void setNativeFormat(String aNativeFormat)
      Sets the native format.

      Identifiers of one format in which the data is stored.

      Parameters:
      aNativeFormat - the native format to be set.
    • addFormats

      public void addFormats(ILcdGML3CodeList aFormats)
      Adds a format list.

      Identifiers of one or more formats in which coverage content can be retrieved.

      Parameters:
      aFormats - the formats to be added.
    • getFormatsCount

      public int getFormatsCount()
      Gets the number of format lists.
      Returns:
      the number of format lists.
    • removeFormats

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

      public ILcdGML3CodeList getFormats(int aIndex)
      Gets the format list at a given position.

      Identifiers of one or more formats in which coverage content can be retrieved.

      Parameters:
      aIndex - the index of the given position.
      Returns:
      the formats at the given position.