Uses of Interface
com.luciad.ogc.common.ILcdOGCModelDecoderFactory
Package
Description
This package contains interfaces and classes common to all OGC web services.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdOGCModelDecoderFactory in com.luciad.ogc.common
Modifier and TypeClassDescriptionclass
Default implementation ofILcdOGCModelDecoderFactory
that retrievesILcdModelDecoder
instances usingTLcdServiceLoader
.ModifierConstructorDescriptionTLcdOGCModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates a model provider using the givenILcdOGCModelDecoderFactory
. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionprotected ILcdOGCModelDecoderFactory
ALcdOGCWCSCommandDispatcherFactory.createModelDecoderFactory
(ILcdInitializationConfig aConfig) Creates anILcdOGCModelDecoderFactory
.TLcdWCSCommandDispatcherContext.getModelDecoderFactory()
Returns the WCS model decoder factory.Modifier and TypeMethodDescriptionprotected ILcdOGCModelProvider
ALcdOGCWCSCommandDispatcherFactory.createModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider
, which provides central access to all models. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionprotected ILcdOGCModelDecoderFactory
ALcdOGCWFSCommandDispatcherFactory.createModelDecoderFactory()
Creates anILcdOGCModelDecoderFactory
.TLcdWFSCommandDispatcherContext.getModelDecoderFactory()
Returns the WFS model decoder factory.Modifier and TypeMethodDescriptionprotected ILcdOGCModelProvider
ALcdOGCWFSCommandDispatcherFactory.createModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider
, which provides central access to all models. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.wms.server
Modifier and TypeInterfaceDescriptioninterface
Interface defining the method to create a newILcdModelDecoder
for a given source.Modifier and TypeClassDescriptionclass
Default implementation ofILcdModelDecoderFactory
that retrievesILcdModelDecoder
instances usingTLcdServiceLoader
.ModifierConstructorDescriptionTLcdWMSModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates a model provider using the givenILcdOGCModelDecoderFactory
.TLcdWMSModelProvider
(ILcdOGCModelDecoderFactory[] aModelDecoderFactories) Creates a new model provider based on the givenILcdOGCModelDecoderFactory
array.