Polygon filter geometries

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
        ]
      ]
    ]
  }
]

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close