Package com.luciad.ogc.wcs.client
The supported WCS version is 1.0.0. For more information about the specifications, please refer to http://www.opengeospatial.org/standards/wcs.
The TLcdWCSClient class is the main class through which all communication with a WCS
service occurs. It provides the low-level functionality to initialize a connection, to create
and send requests, and to interpret the responses. It can also be used to explore the
capabilities of a WCS.
To retrieve and visualize coverage data from a WCS in an application, an ILcdModel has
to be created that represents a data link or proxy towards the WCS. For this purpose, the class
TLcdWCSProxyModelFactory is provided, which allows to create a WCS model based on
a TLcdWCSClient instance. The resulting model contains one TLcdWCSProxy object,
which will transparently obtain data from the WCS and cache it locally in memory.
Additionally, TLcdWCSProxy provides various WCS-specific configuration options.
- Since:
- 6.2
-
ClassDescriptionA decoder for WCS GetCoverage responses which decodes a response as an ILcdModel which contains a single
ALcdBasicImage,ALcdMultilevelImage,ALcdImageMosaicorALcdMultilevelImageMosaic.Deprecated.This is the default decoder for WCS GetCoverage responses that decodes GeoTIFF data asALcdBasicImage.TheTLcdWCSCapabilitiesDecoderclass allows to decode WCS capabilities from a WCS server, with support for version 1.0.TheTLcdWCSClientclass represents a client interface to an OpenGIS WCS server.This model decoder decodes a WCS coverage data source encoded as GeoTIFF into anILcdModelobject.Data source representation for a WCS.A builder to createTLcdWCSDataSourceinstances.A WCSDescribeCoveragerequest.Deprecated.useTLcdGeoTIFFWCSCoverageDecoderinstead.A WCSGetCapabilitiesrequest.A WCSGetCoveragerequest.A client for OpenGIS Web Coverage Services (WCS).Enumeration class for defining the interpretation of the request bounds.A model that contains a singleTLcdWCSProxyobject.A model descriptor for WCS proxy raster models.Factory for creating WCS proxy models.
ALcdWCSCoverageDecoderinstead.