Class TLcdWCSClient

java.lang.Object
com.luciad.ogc.wcs.client.TLcdWCSClient

public class TLcdWCSClient extends Object
The TLcdWCSClient class represents a client interface to an OpenGIS WCS server. The supported WCS version is 1.0.0.

A new TLcdWCSClient instance can be created by invoking one of the static factory methods, given a URI of the server or an TLcdWCSCapabilities object representing the server's capabilities. To customize the communication between client and server, an ILcdOWSTransport can optionally be provided. This interface represents the transport layer, and can be used to choose the communication protocol (HTTP GET, HTTP POST, ...), add authentication, or configure any other parameter that relates to the communication channel. By default, an instance of TLcdOWSHttpTransport is used.

Once a TLcdWCSClient instance is initialized, the following requests can be created:

To send requests to the server and receive the response, the following methods can be used:

Since:
8.2
See Also: