ILcdWFSCapabilitiesProvider
.public interface ILcdWFSFeatureTypeListDecoder
ILcdWFSFeatureTypeList
.Modifier and Type | Method and Description |
---|---|
ILcdWFSFeatureTypeList |
decodeWFSFeatureTypeList(ILcdInitializationConfig aConfig)
Deprecated.
Creates an
ILcdWFSFeatureTypeList , representing a list of feature types. |
ILcdWFSFeatureTypeList decodeWFSFeatureTypeList(ILcdInitializationConfig aConfig) throws java.io.IOException
ILcdWFSFeatureTypeList
, representing a list of feature types.aConfig
- a set of initialization parameters.ILcdWFSFeatureTypeList
, based on the given initialization parameters.java.io.IOException
- if an I/O error occurs during decoding.