Uses of Interface
com.luciad.wms.server.ILcdModelProvider
Packages that use ILcdModelProvider
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Reading capabilities from configuration file.
-
Uses of ILcdModelProvider in com.luciad.wms.server
Classes in com.luciad.wms.server that implement ILcdModelProviderModifier and TypeClassDescriptionclass
Extension ofILcdModelProvider
that provides support for multi-dimensional requests.class
Default model provider implementation that delegates to the givenILcdModelDecoderFactory
.Methods in com.luciad.wms.server that return ILcdModelProviderModifier and TypeMethodDescriptionprotected ILcdModelProvider
ALcdOGCWMSCommandDispatcherFactory.createModelProvider
(ILcdModelDecoderFactory[] aModelDecoderFactories) Creates aILcdModelProvider
, which provides central access to all models.TLcdOGCWMSCommandDispatcher.getModelProvider()
TheILcdModelProvider
that is currently used by the command dispatcher.Methods in com.luciad.wms.server with parameters of type ILcdModelProviderModifier and TypeMethodDescriptionprotected ILcdWMSCapabilitiesDecoder
ALcdOGCWMSCommandDispatcherFactory.createWMSCapabilitiesDecoder
(jakarta.servlet.ServletConfig aServletConfig, ILcdModelProvider aModelProvider) Creates aILcdWMSCapabilitiesDecoder
.protected ILcdWMSCapabilitiesProvider
ALcdOGCWMSCommandDispatcherFactory.createWMSCapabilitiesProvider
(jakarta.servlet.ServletConfig aServletConfig, ILcdModelProvider aModelProvider, TLcdWMSCommandDispatcherContext aEncoderContext) Creates a WMS capabilities provider.void
TLcdOGCWMSCommandDispatcher.setModelProvider
(ILcdModelProvider aModelProvider) Sets aILcdModelProvider
to be used within the command dispatcher to obtain a model for a source. -
Uses of ILcdModelProvider in com.luciad.wms.server.config.xml
Methods in com.luciad.wms.server.config.xml that return ILcdModelProviderModifier and TypeMethodDescriptionTLcdWMSCapabilitiesXMLDecoder.getModelProvider()
Returns theILcdModelProvider
used to load models.Methods in com.luciad.wms.server.config.xml with parameters of type ILcdModelProviderModifier and TypeMethodDescriptionvoid
TLcdWMSCapabilitiesXMLDecoder.setModelProvider
(ILcdModelProvider aModelProvider) Sets theILcdModelProvider
to use to load models.