An array of polygon geometries for a client side spatial filter. The union of all polygons is used as the query geometry for the spatial relationship of the filter. For multiple rings within a polygon the even odd rule is used to determine wether a point is inside. spatialReference
on the polygons is ignored, it is instead taken from the data layer the filter belongs to.
Referenced by: Polygon filter
Example
[
{
"rings": [
[
[
-119.47845996799998,
37.87032197700006
],
[
-119.40280479499995,
37.73036552000008
],
[
-119.47845996799998,
37.87032197700006
]
]
]
}
]