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 TypeClassDescriptionclassExtension ofILcdModelProviderthat provides support for multi-dimensional requests.classDefault model provider implementation that delegates to the givenILcdModelDecoderFactory.Methods in com.luciad.wms.server that return ILcdModelProviderModifier and TypeMethodDescriptionprotected ILcdModelProviderALcdOGCWMSCommandDispatcherFactory.createModelProvider(ILcdModelDecoderFactory[] aModelDecoderFactories) Creates aILcdModelProvider, which provides central access to all models.TLcdOGCWMSCommandDispatcher.getModelProvider()TheILcdModelProviderthat is currently used by the command dispatcher.Methods in com.luciad.wms.server with parameters of type ILcdModelProviderModifier and TypeMethodDescriptionprotected ILcdWMSCapabilitiesDecoderALcdOGCWMSCommandDispatcherFactory.createWMSCapabilitiesDecoder(jakarta.servlet.ServletConfig aServletConfig, ILcdModelProvider aModelProvider) Creates aILcdWMSCapabilitiesDecoder.protected ILcdWMSCapabilitiesProviderALcdOGCWMSCommandDispatcherFactory.createWMSCapabilitiesProvider(jakarta.servlet.ServletConfig aServletConfig, ILcdModelProvider aModelProvider, TLcdWMSCommandDispatcherContext aEncoderContext) Creates a WMS capabilities provider.voidTLcdOGCWMSCommandDispatcher.setModelProvider(ILcdModelProvider aModelProvider) Sets aILcdModelProviderto 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 theILcdModelProviderused to load models.Methods in com.luciad.wms.server.config.xml with parameters of type ILcdModelProviderModifier and TypeMethodDescriptionvoidTLcdWMSCapabilitiesXMLDecoder.setModelProvider(ILcdModelProvider aModelProvider) Sets theILcdModelProviderto use to load models.