Uses of Interface
com.luciad.wms.server.ILcdModelDecoderFactory
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdModelDecoderFactory in com.luciad.wms.server
Modifier and TypeClassDescriptionclass
Default implementation ofILcdModelDecoderFactory
that retrievesILcdModelDecoder
instances usingTLcdServiceLoader
.Modifier and TypeMethodDescriptionprotected ILcdModelDecoderFactory[]
ALcdOGCWMSCommandDispatcherFactory.createModelDecoderFactories
(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdModelDecoderFactory
objects to createILcdModelDecoder
objects for models corresponding to anALcdWMSLayer
.Modifier and TypeMethodDescriptionprotected ILcdModelProvider
ALcdOGCWMSCommandDispatcherFactory.createModelProvider
(ILcdModelDecoderFactory[] aModelDecoderFactories) Creates aILcdModelProvider
, which provides central access to all models.