Uses of Interface
com.luciad.ogc.common.ILcdInitializationConfig
Package
Description
This package contains interfaces and classes common to all OGC web services.
Provides API for implementing an OGC Catalog Service.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ILcdInitializationConfig in com.luciad.ogc.common
Modifier and TypeClassDescriptionclass
An implementation ofILcdInitializationConfig
that wraps around aServletConfig
object.Modifier and TypeMethodDescriptionILcdOGCCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates anALcdOGCCommandDispatcher
. -
Uses of ILcdInitializationConfig in com.luciad.ogc.csw.server
Modifier and TypeMethodDescriptionabstract ILcdCSWCapabilitiesProvider
ALcdCSWCommandDispatcherFactory.createCapabilitiesProvider
(ILcdInitializationConfig aConfig) Creates the class that is used to help the server expose its capabilities.ALcdCSWCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates a CSW command dispatcher, using the given configuration information. -
Uses of ILcdInitializationConfig in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdCoverageOfferingList
ALcdOGCWCSCommandDispatcherFactory.createCoverageOfferingList
(ILcdInitializationConfig aConfig) Deprecated.protected ILcdOGCModelDecoderFactory
ALcdOGCWCSCommandDispatcherFactory.createModelDecoderFactory
(ILcdInitializationConfig aConfig) Creates anILcdOGCModelDecoderFactory
.protected ILcdWCSModelEncoderFactory
ALcdOGCWCSCommandDispatcherFactory.createModelEncoderFactory
(ILcdInitializationConfig aConfig) Creates an ILcdWCSModelEncoderFactory.protected void
ALcdOGCWCSCommandDispatcherFactory.createReferenceParsersSFCT
(ILcdInitializationConfig aConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers.protected ILcdWCSServiceMetadata
ALcdOGCWCSCommandDispatcherFactory.createServiceMetaData
(ILcdInitializationConfig aConfig) protected ILcdWCSCapabilitiesProvider
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider.protected TLcdWCSCommandDispatcher
ALcdOGCWCSCommandDispatcherFactory.createWCSCommandDispatcherInstance
(ILcdInitializationConfig aConfig) Called bycreateWCSCommandDispatcher()
to create a command dispatcher. -
Uses of ILcdInitializationConfig in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected List
<TLcdDataModel> ALcdOGCWFSCommandDispatcherFactory.createTransactionContentDataModels
(ILcdInitializationConfig aConfig) Creates the data models to configure the transaction XML decoder used by the transaction request handler.protected ILcdWFSCapabilitiesProvider
ALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.ILcdWFSFeatureTypeListDecoder.decodeWFSFeatureTypeList
(ILcdInitializationConfig aConfig) Deprecated.Creates anILcdWFSFeatureTypeList
, representing a list of feature types.
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider(ILcdInitializationConfig, ILcdOGCModelProvider)
instead.