Read/Wite ArcXML. Create a new instance with the OpenLayers.Format.ArcXML constructor.
OpenLayers. Format. ArcXML | Read/Wite ArcXML. |
Constructor | |
OpenLayers. Format. ArcXML | Create a new parser/writer for ArcXML. |
Functions | |
iserror | Check to see if the response from the server was an error. |
read | Read data from a string, and return an response. |
write | Generate an ArcXml document string for sending to an ArcIMS server. |
Create a new parser/writer for ArcXML. Create an instance of this class to begin authoring a request to an ArcIMS service. This is used primarily by the ArcIMS layer, but could be used to do other wild stuff, like geocoding.
options | {Object} An optional object whose properties will be set on this instance. |
Check to see if the response from the server was an error.
iserror: function( data )
Read data from a string, and return an response.
read: function( data )
Generate an ArcXml document string for sending to an ArcIMS server.
write: function( request )