|
IDL Reference Guide: Network Objects |
|
An IDLnetOGCWCS object lets you access a Web Coverage Service (WCS) server that supports the Open Geospatial Consortium (OGC) standards. The OGC is an international group working to develop standards for the exchange of geospatial content and services including specifications for web delivery of data that combines location and geospatial information.
For additional information on IDL's WCS features, see the following sections:
| Note See Feature Support by Operating System for information on which IDL platforms support the IDLnetOGCWCS object. |
| Note A sample IDL program included in the IDL distribution provides a generic WCS browser that lets you peruse and request coverages from a remote OGC server. See Sample WCS Browser for details. |
None
See IDLnetOGCWCS::Init.
Objects of this class have the following properties. See IDLnetOGCWCS Properties for details on individual properties.
This class has the following methods:
See the following methods for examples:
The IDL distribution includes a sample program that allows you to enter a working URL to an OGC server and then call GetCapabilities, DescribeCoverage and GetCoverage from within the user interface. You can modify property values and query characteristics to return the desired data. To run the browser program, enter OGC_WCS at the command line. See the browser help for more information.
| Tip You can use the example IDL OGC WCS Browser as a template for creating an application that queries a remote WCS server. This example is located in the IDL_DIR\examples\ogc\wcs directory where IDL_DIR is the directory where you have installed IDL. Running the example lets you parse a known, working URL to an OGC WCS server, and then make GetCapabilities, DescribeCoverage and GetCoverage requests. By default, returned files are written to your application user directory, a subdirectory of your home directory. |
A request for coverage data from an OGC WCS server involves three main requests: GetCapabilities, DescribeCoverage, and GetCoverage. The following describes these operations in terms of the IDLnetOGCWCS object:
For details on how to use the IDLnetOGCWCS object properties and methods to request and receive information from an OGC server, see Making OGC WCS Server Requests. Also see Sample WCS Browser for information about the IDL OGC WCS Browser, a sample program included in the IDL distribution.
The Open Geospatial Consortium web site provides complete details on the Web Coverage Service protocol including the WCS specification and schema documents. You may find the following documents helpful if you need additional WCS resources. See OGC web site (www.opengeospatial.org) to search for these and other resource files.
This object supports version 1.0.0 of the OGC WCS standard. The IDLnetOGCWCS object conforms to the OGC WCS standard and is designed to communicate with OGC WCS compliant servers.
| Note Since this object is designed as an OGC WCS client, OGC WCS certification is not applicable. Compliance testing and certification is valid only for WCS servers. |
IDL Online Help (March 06, 2007)