Uses of Interface
com.luciad.ogc.common.ILcdOGCModelDecoderFactory
Packages that use 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
Classes in com.luciad.ogc.common that implement ILcdOGCModelDecoderFactoryModifier and TypeClassDescriptionclassDefault implementation ofILcdOGCModelDecoderFactorythat retrievesILcdModelDecoderinstances usingTLcdServiceLoader.Constructors in com.luciad.ogc.common with parameters of type ILcdOGCModelDecoderFactoryModifierConstructorDescriptionTLcdOGCModelProvider(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates a model provider using the givenILcdOGCModelDecoderFactory. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs that return ILcdOGCModelDecoderFactoryModifier and TypeMethodDescriptionprotected ILcdOGCModelDecoderFactoryALcdOGCWCSCommandDispatcherFactory.createModelDecoderFactory(ILcdInitializationConfig aConfig) Creates anILcdOGCModelDecoderFactory.TLcdWCSCommandDispatcherContext.getModelDecoderFactory()Returns the WCS model decoder factory.Methods in com.luciad.ogc.wcs with parameters of type ILcdOGCModelDecoderFactoryModifier and TypeMethodDescriptionprotected ILcdOGCModelProviderALcdOGCWCSCommandDispatcherFactory.createModelProvider(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider, which provides central access to all models. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ILcdOGCModelDecoderFactoryModifier and TypeMethodDescriptionprotected ILcdOGCModelDecoderFactoryALcdOGCWFSCommandDispatcherFactory.createModelDecoderFactory()Creates anILcdOGCModelDecoderFactory.TLcdWFSCommandDispatcherContext.getModelDecoderFactory()Returns the WFS model decoder factory.Methods in com.luciad.ogc.wfs with parameters of type ILcdOGCModelDecoderFactoryModifier and TypeMethodDescriptionprotected ILcdOGCModelProviderALcdOGCWFSCommandDispatcherFactory.createModelProvider(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider, which provides central access to all models. -
Uses of ILcdOGCModelDecoderFactory in com.luciad.wms.server
Subinterfaces of ILcdOGCModelDecoderFactory in com.luciad.wms.serverModifier and TypeInterfaceDescriptioninterfaceInterface defining the method to create a newILcdModelDecoderfor a given source.Classes in com.luciad.wms.server that implement ILcdOGCModelDecoderFactoryModifier and TypeClassDescriptionclassDefault implementation ofILcdModelDecoderFactorythat retrievesILcdModelDecoderinstances usingTLcdServiceLoader.Constructors in com.luciad.wms.server with parameters of type ILcdOGCModelDecoderFactoryModifierConstructorDescriptionTLcdWMSModelProvider(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates a model provider using the givenILcdOGCModelDecoderFactory.TLcdWMSModelProvider(ILcdOGCModelDecoderFactory[] aModelDecoderFactories) Creates a new model provider based on the givenILcdOGCModelDecoderFactoryarray.