Uses of Interface
com.luciad.ogc.common.ILcdInitializationConfig
Packages that use 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
Classes in com.luciad.ogc.common that implement ILcdInitializationConfigModifier and TypeClassDescriptionclassAn implementation ofILcdInitializationConfigthat wraps around aServletConfigobject.Methods in com.luciad.ogc.common with parameters of type ILcdInitializationConfigModifier and TypeMethodDescriptionILcdOGCCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Creates anALcdOGCCommandDispatcher. -
Uses of ILcdInitializationConfig in com.luciad.ogc.csw.server
Methods in com.luciad.ogc.csw.server with parameters of type ILcdInitializationConfigModifier and TypeMethodDescriptionabstract ILcdCSWCapabilitiesProviderALcdCSWCommandDispatcherFactory.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
Methods in com.luciad.ogc.wcs with parameters of type ILcdInitializationConfigModifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createCommandDispatcher(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdCoverageOfferingListALcdOGCWCSCommandDispatcherFactory.createCoverageOfferingList(ILcdInitializationConfig aConfig) Deprecated.protected ILcdOGCModelDecoderFactoryALcdOGCWCSCommandDispatcherFactory.createModelDecoderFactory(ILcdInitializationConfig aConfig) Creates anILcdOGCModelDecoderFactory.protected ILcdWCSModelEncoderFactoryALcdOGCWCSCommandDispatcherFactory.createModelEncoderFactory(ILcdInitializationConfig aConfig) Creates an ILcdWCSModelEncoderFactory.protected voidALcdOGCWCSCommandDispatcherFactory.createReferenceParsersSFCT(ILcdInitializationConfig aConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers.protected ILcdWCSServiceMetadataALcdOGCWCSCommandDispatcherFactory.createServiceMetaData(ILcdInitializationConfig aConfig) protected ILcdWCSCapabilitiesProviderALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider.protected TLcdWCSCommandDispatcherALcdOGCWCSCommandDispatcherFactory.createWCSCommandDispatcherInstance(ILcdInitializationConfig aConfig) Called bycreateWCSCommandDispatcher()to create a command dispatcher. -
Uses of ILcdInitializationConfig in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs with parameters of type ILcdInitializationConfigModifier 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 ILcdWFSCapabilitiesProviderALcdOGCWFSCommandDispatcherFactory.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.