Package com.luciad.ogc.wcs
Implementation of the OGC Web Coverage Service (WCS) specification. The LuciadLightspeed WCS API provides a framework for setting up a WCS. The main class of the WCS package is TLcdWCSServlet, which provides all required request handling facilities out of the box. To populate the WCS with data, users must implement the abstract class ALcdOGCWCSCommandDispatcherFactory. This class is also the main access point for further customization of the WCS.
The package com.luciad.ogc.wcs contains the WCS server implementation. The subpackage com.luciad.ogc.wcs.client contains the LuciadLightspeed WCS client API. The subpackage com.luciad.ogc.wcs.common contains classes that may be shared between client and server.
The supported WCS version is 1.0.0.
- Since:
- 4.3
-
ClassDescriptionThis factory class creates a command dispatcher following the OGC WCS specification.Provides the WCS capabilities, or parts of it.Deprecated.A factory for model encoders to be used by WCS.Deprecated.Since 2017.0 Please make use of
ILcdWCSCapabilitiesProvider
.A command dispatcher class for WCS requests.A container for the global objects created by ALcdOGCWCSCommandDispatcherFactory.This class holds a HTTP request and several parameters used in a WCS request.Class for OGC WCS service exceptions.This class represents a servlet implementation with support for the OGC Web Coverage Service (WCS) 1.0, 1.1.0 / 1.1.1 and 2.0.1 standards.
ILcdModelEncoder
instead