OpenLayers.Format.WFSCapabilities.v1

Abstract class not to be instantiated directly.

Inherits from

Summary
OpenLayers.Format.WFSCapabilities.v1Abstract class not to be instantiated directly.
Constructor
OpenLayers.Format.WFSCapabilities.v1_1Create an instance of one of the subclasses.
Functions
readRead capabilities data from a string, and return a list of layers.
runChildNodes
read_cap_FeatureTypeList
read_cap_FeatureType
read_cap_Name
read_cap_Title
read_cap_Abstract

Constructor

OpenLayers.Format.WFSCapabilities.v1_1

Create an instance of one of the subclasses.

Parameters

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

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

{Array} List of named layers.

runChildNodes

runChildNodes: function(obj,
node)

read_cap_FeatureTypeList

read_cap_FeatureTypeList: function(request,
node)

read_cap_FeatureType

read_cap_FeatureType: function(featureTypeList,
node,
parentLayer)

read_cap_Name

read_cap_Name: function(obj,
node)

read_cap_Title

read_cap_Title: function(obj,
node)

read_cap_Abstract

read_cap_Abstract: function(obj,
node)
read: function(data)
Read capabilities data from a string, and return a list of layers.
runChildNodes: function(obj,
node)
read_cap_FeatureTypeList: function(request,
node)
read_cap_FeatureType: function(featureTypeList,
node,
parentLayer)
read_cap_Name: function(obj,
node)
read_cap_Title: function(obj,
node)
read_cap_Abstract: function(obj,
node)
Read and write XML.
Close