Read/Write ArcXML features. Create a new instance with the OpenLayers.Format.ArcXML.Features constructor.
| OpenLayers. | Read/Write ArcXML features. | 
| Constructor | |
| OpenLayers. | Create a new parser/writer for ArcXML Features. | 
| Functions | |
| read | Read data from a string of ArcXML, and return a set of OpenLayers features. | 
read: function( data ) 
Read data from a string of ArcXML, and return a set of OpenLayers features.
| data | {String} or {DOMElement} data to read/parse. | 
{Array(OpenLayers.Feature.Vector)} A collection of features.
Read data from a string of ArcXML, and return a set of OpenLayers features.
read: function( data )