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
,ALcdImageMosaic
orALcdMultilevelImageMosaic
.Deprecated.This is the default decoder for WCS GetCoverage responses that decodes GeoTIFF data asALcdBasicImage
.TheTLcdWCSCapabilitiesDecoder
class allows to decode WCS capabilities from a WCS server, with support for version 1.0.TheTLcdWCSClient
class represents a client interface to an OpenGIS WCS server.This model decoder decodes a WCS coverage data source encoded as GeoTIFF into anILcdModel
object.Data source representation for a WCS.A builder to createTLcdWCSDataSource
instances.A WCSDescribeCoverage
request.Deprecated.useTLcdGeoTIFFWCSCoverageDecoder
instead.A WCSGetCapabilities
request.A WCSGetCoverage
request.A client for OpenGIS Web Coverage Services (WCS).Enumeration class for defining the interpretation of the request bounds.A model that contains a singleTLcdWCSProxy
object.A model descriptor for WCS proxy raster models.Factory for creating WCS proxy models.
ALcdWCSCoverageDecoder
instead.