Interface ILcdWFSFeatureTypeList

All Known Implementing Classes:
TLcdWFSFeatureTypeList

public interface ILcdWFSFeatureTypeList
Deprecated.
Since 2017.0 Please make use of ILcdWFSCapabilitiesProvider.
Interface for classes that represent a list of WFS feature types.
  • Method Details

    • getFeatureTypeCount

      int getFeatureTypeCount()
      Deprecated.
      Returns the number of feature types inside this list.
      Returns:
      the number of feature types inside this list.
    • getFeatureType

      ILcdWFSFeatureType getFeatureType(int aIndex)
      Deprecated.
      Returns the feature type at the given index.
      Parameters:
      aIndex - the index of the feature type to retrieve.
      Returns:
      the feature type at the given index.
    • getFeatureType

      ILcdWFSFeatureType getFeatureType(String aTypeName)
      Deprecated.
      Returns the feature type that has the given name.
      Parameters:
      aTypeName - the name of the feature type to retrieve.
      Returns:
      the feature type that has the given name.