17 Web Coverage Service (WCS) Support

This chapter describes the Oracle Spatial implementation of the Open GIS Consortium (OGC) standard for Web Coverage Service Interface Standard (WCS), which, supports retrieval of “coverages” (according to the OGC, “electronic encoding of geospatial data, that is, digital geospatial information representing space and time-varying phenomena”).

Note:

See Deploying and Configuring Spatial Web Services for the installation instructions of Web Coverage Service server.

The Oracle Spatial implementation will be referred to as Web Coverage Service, or WCS.

Web Coverage Service (WCS) enables electronic retrieval of geospatial data as "coverages.” WCS provides data and descriptions, a syntax for querying the data, and the ability to return data on which you can perform various operations (visualize, interpret, extrapolate, and so on). WCS supports the storage of both GridCoverage (GeoRaster object without coordinate reference system) and RectifiedGridCoverage (GeoRaster object with coordinate reference system and georeferenced with an affine transformation) raster types

Oracle Spatial implements the following OGC standards.

  • 09-110r4 WCS Core 2.0 Interface Standard - Core.

  • 09-146r2 OGC GML Application Schema – Coverages.

  • 09-147r3 OGC Web Coverage Service 2.0 Interface Standard – KVP Protocol Binding Extension – Corrigendum.

  • 09-148r1 OGC Web Coverage Service 2.0 Interface Standard – XML/POST Protocol Binding Extension.

  • 09-149r1 OGC Web Coverage Service 2.0 Interface Standard – XML/SOAP Protocol Binding Extension.

  • 11-053r1 OGC Web Coverage Service Interface Standard – CRS Extension

  • 12-039 OGC Web Coverage Service Interface Standard – Scaling Extension.

  • 12-040 OGC Web Coverage Service Interface Standard – Range Subsetting Extension.

  • 12-049 OGC Web Coverage Service Interface Standard – Interpolation Extension.

  • 12-052 OGC WCS 2.0.1 Corrigendum Release Notes.

  • 12-100r1 OGC GML Application Schema – Coverages – GeoTIFF Coverage Encoding Profile.

Oracle WCS also extends the OGC standards to support all GDAL-supported image or raster features as output format in a GetCoverage request.

Note:

Before you use WCS, be sure that you understand the concepts described in Introduction to Spatial Web Services, and that you have performed any necessary configuration work as described in that chapter.