Description
The AOIEvaluator class represents the are of interest (AOI) evaluator that is used for spatial notification. This contains the rules that an edit operation has to meet before an email notification is triggered.
Class hierarchy
esri.WorkflowManager.SupportClasses.AOIEvaluator()
Properties
aoi | esri.geometry.polygon | The area of interest. |
inverse | boolean | Indicates to inverse the spatial relationship or not. |
name | string | The name of the AOI evaluator |
relation | string | The spatial relationship of the AOI evaluator. |
type | int | The type of the AOI evaluator. |
useJobAOI | boolean | Indicates if job AOI be used as the extent or not. |
Property Details
<esri.geometry.Polygon> aoi
The are of interest.
Indicates to inverse the spatial relationship or not.
The name of the AOI evaluator.
The spatial relationship of the AOI Evaluator. Valid Values: esriSpatialRelIntersects | esriSpatialRelContains| esriSpatialRelEnvelopeIntersects| esriSpatialRelIndexIntersects| esriSpatialRelOverlaps| esriSpatialRelTouches| esriSpatialRelWithin| esriSpatialRelRelation
The type of the AOI evaluator.
Indicates if job AOI be used as the extent or not.