Package com.luciad.ogc.wfs
Interface ILcdWFSFeatureTypeListDecoder
public interface ILcdWFSFeatureTypeListDecoder
Deprecated.
Interface for classes that can decode an
ILcdWFSFeatureTypeList
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates anILcdWFSFeatureTypeList
, representing a list of feature types.
-
Method Details
-
decodeWFSFeatureTypeList
ILcdWFSFeatureTypeList decodeWFSFeatureTypeList(ILcdInitializationConfig aConfig) throws IOException Deprecated.Creates anILcdWFSFeatureTypeList
, 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.
-
ILcdWFSCapabilitiesProvider
.