Package com.luciad.wms.server
Interface ILcdModelDecoderFactory
- All Superinterfaces:
ILcdOGCModelDecoderFactory
- All Known Implementing Classes:
TLcdModelDecoderFactory
Interface defining the method to create a new
ILcdModelDecoder
for a given source.-
Method Summary
Modifier and TypeMethodDescriptioncreateModelDecoder(String aSource) Creates a newILcdModelDecoderthat can decode the specified source.Methods inherited from interface com.luciad.ogc.common.ILcdOGCModelDecoderFactory
createModelDecoder
-
Method Details
-
createModelDecoder
Creates a newILcdModelDecoderthat can decode the specified source.- Specified by:
createModelDecoderin interfaceILcdOGCModelDecoderFactory- Parameters:
aSource- the source to obtain aILcdModelDecoderfor.- Returns:
- a new
ILcdModelDecoderthat can decode the specified source. - Throws:
IllegalArgumentException- if there is noILcdModelDecoderknown for this source.
-