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

PropertyDetails
geometryA 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.
whereA 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
}
}
}