Read/Wite ogc:Filter. Create a new instance with the OpenLayers.Format.Filter constructor.
OpenLayers. | Read/Wite ogc:Filter. |
Properties | |
defaultVersion | {String} Version number to assume if none found. |
Functions | |
write | Write an ogc:Filter given a filter object. |
read | Read and Filter doc and return an object representing the Filter. |
Write an ogc:Filter given a filter object.
filter | {OpenLayers.Filter} An filter. |
options | {Object} Optional configuration object. |
{Elment} An ogc:Filter element node.
Read and Filter doc and return an object representing the Filter.
data | {String | DOMElement} Data to read. |
{OpenLayers.Filter} A filter object.