Interface ILcdWFSFeatureTypeListDecoder


public interface ILcdWFSFeatureTypeListDecoder
Deprecated.
Since 2017.0 Please make use of ILcdWFSCapabilitiesProvider.
Interface for classes that can decode an ILcdWFSFeatureTypeList.
  • Method Details

    • decodeWFSFeatureTypeList

      ILcdWFSFeatureTypeList decodeWFSFeatureTypeList(ILcdInitializationConfig aConfig) throws IOException
      Deprecated.
      Creates an ILcdWFSFeatureTypeList, representing a list of feature types.
      Parameters:
      aConfig - a set of initialization parameters.
      Returns:
      an ILcdWFSFeatureTypeList, based on the given initialization parameters.
      Throws:
      IOException - if an I/O error occurs during decoding.