OpenLayers.Format.SOSGetFeatureOfInterest

Read and write SOS GetFeatureOfInterest.  This is used to get to the location of the features (stations).  The stations can have 1 or more sensors.

Inherits from

Summary
OpenLayers.Format.SOSGetFeatureOfInterestRead and write SOS GetFeatureOfInterest.
Constants
VERSION{String} 1.0.0
Properties
namespaces{Object} Mapping of namespace aliases to namespace URIs.
schemaLocation{String} Schema location
defaultPrefix
regExesCompiled regular expressions for manipulating strings.
Constructor
OpenLayers.Format.SOSGetFeatureOfInterest
Functions
readParse a GetFeatureOfInterest response and return an array of features
Properties
readersContains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.
writersAs a compliment to the readers property, this structure contains public writing functions grouped by namespace alias and named like the node names they produce.

Constants

VERSION

{String} 1.0.0

Properties

namespaces

{Object} Mapping of namespace aliases to namespace URIs.

schemaLocation

{String} Schema location

defaultPrefix

regExes

Compiled regular expressions for manipulating strings.

Constructor

OpenLayers.Format.SOSGetFeatureOfInterest

Parameters

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

Functions

read

read: function(data)

Parse a GetFeatureOfInterest response and return an array of features

Parameters

data{String} or {DOMElement} data to read/parse.

Returns

{Array(OpenLayers.Feature.Vector)} An array of features.

Properties

readers

Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name.  The function will be applied in the scope of this parser with two arguments: the node being read and a context object passed from the parent.

writers

As a compliment to the readers property, this structure contains public writing functions grouped by namespace alias and named like the node names they produce.

read: function(data)
Parse a GetFeatureOfInterest response and return an array of features
Read and write XML.
Vector features use the OpenLayers.Geometry classes as geometry description.
Close