oscar.Format.WFSDescribeFeatureType

Formatter base class for WFS DescribeFeatureType.

Inherits from:<OpenLayers.Format.XML>
Summary
oscar.Format.WFSDescribeFeatureTypeFormatter base class for WFS DescribeFeatureType.
Properties
defaultVersion{String} Version number to assume if none found.
version{String} Specify a version string if one is known.
Constructor
oscar.Format.WFSDescribeFeatureType
Functions
readRead WFSDescribeFeatureType data from a string, and return a list of nodes.
Constants
CLASS_NAME - oscar.Format.WFSDescribeFeatureType

Properties

defaultVersion

{String} Version number to assume if none found.  Default is “1.0.0”.

version

{String} Specify a version string if one is known.

Constructor

oscar.Format.WFSDescribeFeatureType

Parameters

options{Object} An optional object whose properties will be set on this instance.

Functions

read

read : function(data)

Read WFSDescribeFeatureType data from a string, and return a list of nodes.

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

Constants

CLASS_NAME - oscar.Format.WFSDescribeFeatureType

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