Class TLcdWFSFeatureTypeList

java.lang.Object
com.luciad.ogc.wfs.TLcdWFSFeatureTypeList
All Implemented Interfaces:
ILcdWFSFeatureTypeList

public class TLcdWFSFeatureTypeList extends Object implements ILcdWFSFeatureTypeList
Deprecated.
Since 2017.0 Please make use of ILcdWFSCapabilitiesProvider.
An implementation of ILcdWFSFeatureTypeList.
  • Constructor Details

    • TLcdWFSFeatureTypeList

      public TLcdWFSFeatureTypeList()
      Deprecated.
  • Method Details

    • getFeatureTypeCount

      public int getFeatureTypeCount()
      Deprecated.
      Description copied from interface: ILcdWFSFeatureTypeList
      Returns the number of feature types inside this list.
      Specified by:
      getFeatureTypeCount in interface ILcdWFSFeatureTypeList
      Returns:
      the number of feature types inside this list.
    • addFeatureType

      public void addFeatureType(ILcdWFSFeatureType aFeatureType)
      Deprecated.
      Adds a new feature type to the list.
      Parameters:
      aFeatureType - An ILcdWFSFeatureType.
    • getFeatureType

      public ILcdWFSFeatureType getFeatureType(int aIndex)
      Deprecated.
      Description copied from interface: ILcdWFSFeatureTypeList
      Returns the feature type at the given index.
      Specified by:
      getFeatureType in interface ILcdWFSFeatureTypeList
      Parameters:
      aIndex - the index of the feature type to retrieve.
      Returns:
      the feature type at the given index.
    • getFeatureType

      public ILcdWFSFeatureType getFeatureType(String aID)
      Deprecated.
      Description copied from interface: ILcdWFSFeatureTypeList
      Returns the feature type that has the given name.
      Specified by:
      getFeatureType in interface ILcdWFSFeatureTypeList
      Parameters:
      aID - the name of the feature type to retrieve.
      Returns:
      the feature type that has the given name.