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 TypeClassDescriptionclassDefault 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 ILcdOGCModelProviderALcdOGCWCSCommandDispatcherFactory.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 ILcdWCSCapabilitiesProviderALcdOGCWCSCommandDispatcherFactory.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 ILcdOGCModelProviderALcdOGCWFSCommandDispatcherFactory.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 ILcdWFSFilteredModelFactoryALcdOGCWFSCommandDispatcherFactory.createFilteredModelFactory(ILcdWFSCapabilitiesProvider aCapabilitiesProvider, ILcdOGCModelProvider aModelProvider) Creates anILcdWFSFilteredModelFactory.protected ILcdWFSTransactionHandlerFactoryALcdOGCWFSCommandDispatcherFactory.createTransactionHandlerFactory(ILcdOGCModelProvider aModelProvider, ILcdWFSLockFactory aLockFactory, ILcdWFSFilteredModelFactory aFilteredModelFactory, ILcdWFSServerModelEncoderFactory aServerModelEncoderFactory) Creates a transaction handler factory.protected ILcdWFSCapabilitiesProviderALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.protected ILcdWFSFeatureTypeListDecoderALcdOGCWFSCommandDispatcherFactory.createWFSFeatureTypeListDecoder(ILcdOGCModelProvider aModelProvider) Deprecated. -
Uses of ILcdOGCModelProvider in com.luciad.wms.server
Subinterfaces of ILcdOGCModelProvider in com.luciad.wms.serverModifier and TypeInterfaceDescriptioninterfaceInterface defining implementations that can provide models corresponding to some source name.Classes in com.luciad.wms.server that implement ILcdOGCModelProviderModifier and TypeClassDescriptionclassExtension ofILcdModelProviderthat provides support for multi-dimensional requests.classDefault model provider implementation that delegates to the givenILcdModelDecoderFactory.
ILcdWFSCapabilitiesProvider.