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 |
Constructor | |
OpenLayers. | |
Functions | |
read | Parse a GetFeatureOfInterest response and return an array of features |
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 )