public final class TLcdWCSCommandDispatcherContext extends Object implements ILcdDisposable
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of this object and allows it to release any system resources that it is holding.
|
ILcdWCSCapabilitiesProvider |
getCapabilitiesProvider()
Returns the WCS capabilities provider.
|
ILcdOGCModelDecoderFactory |
getModelDecoderFactory()
Returns the WCS model decoder factory.
|
ILcdWCSModelEncoderFactory |
getModelEncoderFactory()
Returns the WCS model encoder factory.
|
ILcdOGCModelProvider |
getModelProvider()
Returns the WCS model provider.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public ILcdWCSCapabilitiesProvider getCapabilitiesProvider()
ILcdWCSCapabilitiesProvider
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider(ILcdInitializationConfig, ILcdOGCModelProvider)
public ILcdOGCModelProvider getModelProvider()
ILcdOGCModelProvider
ALcdOGCWCSCommandDispatcherFactory.createModelProvider(ILcdOGCModelDecoderFactory)
public ILcdOGCModelDecoderFactory getModelDecoderFactory()
ILcdOGCModelDecoderFactory
ALcdOGCWCSCommandDispatcherFactory.createModelDecoderFactory(ILcdInitializationConfig)
public ILcdWCSModelEncoderFactory getModelEncoderFactory()
ALcdOGCWCSCommandDispatcherFactory.createModelEncoderFactory(com.luciad.ogc.common.ILcdInitializationConfig)
public void dispose()
ILcdDisposable
Disposes of this object and allows it to release any system resources that it is holding.
The result of calling any other method (other than finalize
) on this object subsequent to a call to
this method is undefined.
dispose
in interface ILcdDisposable