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 newILcdModelDecoder
that can decode the specified source.Methods inherited from interface com.luciad.ogc.common.ILcdOGCModelDecoderFactory
createModelDecoder
-
Method Details
-
createModelDecoder
Creates a newILcdModelDecoder
that can decode the specified source.- Specified by:
createModelDecoder
in interfaceILcdOGCModelDecoderFactory
- Parameters:
aSource
- the source to obtain aILcdModelDecoder
for.- Returns:
- a new
ILcdModelDecoder
that can decode the specified source. - Throws:
IllegalArgumentException
- if there is noILcdModelDecoder
known for this source.
-