Read and write OWSContext version 0.3.1.
OpenLayers.
|
Read and write OWSContext version 0.3.1. |
Constants | |
VERSION | {String} 0.3.1 |
Properties | |
extractAttributes | {Boolean} Extract attributes from GML. |
xy | {Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated. |
Constructor | |
OpenLayers.
|
Instances of this class are not created directly. |
Functions | |
read | Read OWS context data from a string or DOMElement, and return a list of layers. |
write |
Instances of this class are not created directly. Use the OpenLayers.Format.OWSContext constructor instead.
options | {Object} An optional object whose properties will be set on this instance. |
Read OWS context data from a string or DOMElement, and return a list of layers.
read: function( data )
write: function( context, options )