IDLnetOGCWCS

Superclasses | Creation | Properties | Methods | Examples | Version History

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:

Superclasses

None

Creation

See IDLnetOGCWCS::Init.

Properties

Objects of this class have the following properties. See IDLnetOGCWCS Properties for details on individual properties.

Methods

This class has the following methods:

Examples

See the following methods for examples:

Sample WCS Browser

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.

Version History

6.4

Introduced

Web Coverage Service (WCS) Overview

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.

Additional OGC Web Coverage Service Resources

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.

Table 33-1: OGC WCS Reference Documents 

Document
Description

Specification

OGC Web Coverage Service, Version 1.0.0,
Ref# OGC 05-076r6, 2005-10-14

Schema Definition Documents

wcsCapabilities.xsd

XML schema definition used by the remote server when creating a GetCapabilities response, which contains one or more coverage offering briefs

describeCoverage.xsd

XML schema definition used by the remote server when creating a DescribeCoverage response, which contains one or more coverage offerings

owsBase.xsd

XML schema definition containing base types used in the wcsCapabilities.xsd and describeCoverage.xsd

values.xsd

XML schema definition containing base types used in the wcsCapabilities.xsd and describeCoverage.xsd

gml4wcs.xsd

XML schema definition containing GML types used in the wcsCapabilities.xsd, describeCoverage.xsd and owsBase.xsd

Supported OGC WCS Version

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.