Geo Filters

These are special filters that are used in the Expression Builder to compare different geography data.

Covers: Determines if one geometry covers another. If the geometry covers the others this provides an output of true. If it does not then it provides a value of false.

Distance: Provide the distance in meters between two geometries.

Within: Determines if one geometry is within the supplied radius of another geometry. If the geometry is within the radius of the other then this provides an output of true. If it does not then it provides a value of false.

Last updated