oscar.Format.WCSDescribeCoverage

Formatter base class for WCS DescribeCoverage documents.

Inherits from:<OpenLayers.Format.XML>
Summary
oscar.Format.WCSDescribeCoverageFormatter base class for WCS DescribeCoverage documents.
Properties
defaultVersionThe version number to use if no version parameter is supplied.
Functions
readRead capabilities data from a string, and return a list of layers.
Constants
CLASS_NAME - oscar.Format.WCSDescribeCoverage

Properties

defaultVersion

The version number to use if no version parameter is supplied.  Default is 1.1.0.

Functions

read

read : function(data)

Read capabilities data from a string, and return a list of layers.

Parameters: data{String} or {DOMElement} data to read/parse.
Returns: capabilities{Array} List of named layers.

Constants

CLASS_NAME - oscar.Format.WCSDescribeCoverage

read : function(data)
Read capabilities data from a string, and return a list of layers.