Class TLcdWFSOutputFormatList

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSOutputFormatList
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdWFSOutputFormatList extends TLcdDataObject
This is a container class for the output formats supported by a given instance of WFS.
  • Constructor Details

    • TLcdWFSOutputFormatList

      public TLcdWFSOutputFormatList()
  • 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.
    • getFormat

      public List<String> getFormat()
      Returns the value of the property that maps to the Format element.
      Returns:
      the value of the FORMAT_PROPERTY property.