Uses of Interface
com.luciad.ogc.common.ILcdOGCModelProvider
Packages that use 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
Classes in com.luciad.ogc.common that implement ILcdOGCModelProviderModifier and TypeClassDescriptionclass
Default model provider implementation that delegates to the givenILcdOGCModelDecoderFactory
. -
Uses of ILcdOGCModelProvider in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs that return ILcdOGCModelProviderModifier and TypeMethodDescriptionprotected ILcdOGCModelProvider
ALcdOGCWCSCommandDispatcherFactory.createModelProvider
(ILcdOGCModelDecoderFactory aModelDecoderFactory) Creates anILcdOGCModelProvider
, which provides central access to all models.TLcdWCSCommandDispatcherContext.getModelProvider()
Returns the WCS model provider.Methods in com.luciad.ogc.wcs with parameters of type ILcdOGCModelProviderModifier and TypeMethodDescriptionprotected ILcdWCSCapabilitiesProvider
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider. -
Uses of ILcdOGCModelProvider in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ILcdOGCModelProviderModifier 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.Methods in com.luciad.ogc.wfs with parameters of type ILcdOGCModelProviderModifier 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
Subinterfaces of ILcdOGCModelProvider in com.luciad.wms.serverModifier and TypeInterfaceDescriptioninterface
Interface defining implementations that can provide models corresponding to some source name.Classes in com.luciad.wms.server that implement ILcdOGCModelProviderModifier and TypeClassDescriptionclass
Extension ofILcdModelProvider
that provides support for multi-dimensional requests.class
Default model provider implementation that delegates to the givenILcdModelDecoderFactory
.
ILcdWFSCapabilitiesProvider
.