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.
| OpenLayers. | Read 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 | |
| regExes | Compiled regular expressions for manipulating strings. | 
| Constructor | |
| OpenLayers. | |
| Functions | |
| read | Parse a GetFeatureOfInterest response and return 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. | 
| 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
| data | {String} or {DOMElement} data to read/parse. | 
{Array(OpenLayers.Feature.Vector)} An array of features.
Parse a GetFeatureOfInterest response and return an array of features
read: function( data )