This class represents a spatial filter. Currently implemented: BBOX, DWithin and Intersects
Inherits from
OpenLayers. Filter. Spatial | This class represents a spatial filter. |
Properties | |
type | {String} Type of spatial filter. |
property | {String} Name of the context property to compare. |
value | {OpenLayers.Bounds || OpenLayers.Geometry} The bounds or geometry to be used by the filter. |
distance | {Number} The distance to use in a DWithin spatial filter. |
distanceUnits | {String} The units to use for the distance, e.g. |
Constructor | |
OpenLayers. Filter. Spatial | Creates a spatial filter. |
Functions | |
clone | Clones this filter. |
{OpenLayers.Bounds || OpenLayers.Geometry} The bounds or geometry to be used by the filter. Use bounds for BBOX filters and geometry for INTERSECTS or DWITHIN filters.
Clones this filter.
clone: function()