Feature Filter

Description of spatial and attribute filters that will be applied to Feature data. For example, used in Fence Parameters for Geotriggers.

Referenced by: Feature Effect, Feature Fence Parameters

Properties

Property Details
geometry A geometry used to filter the features from a feature table. Any features that intersect the area of interest will be used. It can be any of the supported geometry types.
where A SQL-based where clause that narrows the data to be used. Any features that satisfy the query will be used.

Feature filter Example

{
  "where": "STATE = 'California'",
  "geometry": {
    "x": 13871520.850500003,
    "y": 3910293.086000003,
    "spatialReference": {
      "wkid": 102100,
      "latestWkid": 3857
    }
  }
}

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