An SOS v1.0.0 Protocol for vector layers. Create a new instance with the OpenLayers.Protocol.SOS.v1_0_0 constructor.
| OpenLayers. | An SOS v1.0.0 Protocol for vector layers. | 
| Properties | |
| fois | {Array(String)} Array of features of interest (foi) | 
| formatOptions | {Object} Optional options for the format. | 
| Constructor | |
| OpenLayers. | A class for giving layers an SOS protocol. | 
| Functions | |
| destroy | Clean up the protocol. | 
| read | Construct a request for reading new sensor positions. | 
| handleRead | Deal with response from the read request. | 
| parseFeatures | Read HTTP response body and return features | 
handleRead: function( response, options ) 
Deal with response from the read request.
| response | {OpenLayers.Protocol.Response} The response object to pass to the user callback. | 
| options | {Object} The user options passed to the read call. | 
parseFeatures: function( request ) 
Read HTTP response body and return features
| request | {XMLHttpRequest} The request object | 
{Array({OpenLayers.Feature.Vector})} Array of features
Clean up the protocol.
destroy: function() 
Construct a request for reading new sensor positions.
read: function( options ) 
Deal with response from the read request.
handleRead: function( response, options ) 
Read HTTP response body and return features
parseFeatures: function( request )