Package com.luciad.wms.server
Interface ILcdWMSCapabilitiesDecoder
- All Known Implementing Classes:
TLcdWMSCapabilitiesXMLDecoder
public interface ILcdWMSCapabilitiesDecoder
Creates
ALcdWMSCapabilities object.-
Method Summary
Modifier and TypeMethodDescriptiondecodeWMSCapabilities(String aConfigurationSourceName) Creates aALcdWMSCapabilitiesObject for a given source.
-
Method Details
-
decodeWMSCapabilities
Creates aALcdWMSCapabilitiesObject for a given source.- Parameters:
aConfigurationSourceName- aStringwith the source name of the configuration file.- Returns:
ALcdWMSCapabilities.- Throws:
IOException- if the capabilities object can not be read from the configuration file.
-