Uses of Interface
com.luciad.ogc.common.ILcdOGCModelProvider
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 ILcdOGCModelProvider in com.luciad.ogc.common
Modifier and TypeClassDescriptionclass
Default model provider implementation that delegates to the givenILcdOGCModelDecoderFactory
. -
Uses of ILcdOGCModelProvider in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionprotected ILcdOGCModelProvider
ALcdOGCWCSCommandDispatcherFactory.createModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider
, which provides central access to all models.TLcdWCSCommandDispatcherContext.getModelProvider()
Returns the WCS model provider.Modifier and TypeMethodDescriptionprotected ILcdWCSCapabilitiesProvider
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider. -
Uses of ILcdOGCModelProvider in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionprotected ILcdOGCModelProvider
ALcdOGCWFSCommandDispatcherFactory.createModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider
, which provides central access to all models.TLcdWFSCommandDispatcherContext.getModelProvider()
Returns the WFS model provider.TLcdWFSRequestContext.getModelProvider()
Returns the WFS model provider.Modifier and TypeMethodDescriptionprotected ILcdWFSFilteredModelFactory
ALcdOGCWFSCommandDispatcherFactory.createFilteredModelFactory
(ILcdWFSCapabilitiesProvider aCapabilitiesProvider, ILcdOGCModelProvider aModelProvider) Creates anILcdWFSFilteredModelFactory
.protected ILcdWFSTransactionHandlerFactory
ALcdOGCWFSCommandDispatcherFactory.createTransactionHandlerFactory
(ILcdOGCModelProvider aModelProvider, ILcdWFSLockFactory aLockFactory, ILcdWFSFilteredModelFactory aFilteredModelFactory, ILcdWFSServerModelEncoderFactory aServerModelEncoderFactory) Creates a transaction handler factory.protected ILcdWFSCapabilitiesProvider
ALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.protected ILcdWFSFeatureTypeListDecoder
ALcdOGCWFSCommandDispatcherFactory.createWFSFeatureTypeListDecoder
(ILcdOGCModelProvider aModelProvider) Deprecated. -
Uses of ILcdOGCModelProvider in com.luciad.wms.server
Modifier and TypeInterfaceDescriptioninterface
Interface defining implementations that can provide models corresponding to some source name.Modifier and TypeClassDescriptionclass
Extension ofILcdModelProvider
that provides support for multi-dimensional requests.class
Default model provider implementation that delegates to the givenILcdModelDecoderFactory
.
ILcdWFSCapabilitiesProvider
.