Class: Within

ol.format.filter.Within


import Within from 'ol/format/filter/within';

Represents a <Within> operator to test whether a geometry-valued property is within a given geometry.

new ol.format.filter.Within(geometryName, geometry, opt_srsName)

src/ol/format/filter/within.js, line 20
Name Type Description
geometryName string

Geometry name to use.

geometry ol.geom.Geometry

Geometry.

srsName string

SRS name. No srsName attribute will be set on geometries when this is not provided.

Extends