Hide Table of Contents
Class: AOIEvaluator

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

NameTypeSummary
aoiesri.geometry.polygonThe area of interest.
inversebooleanIndicates to inverse the spatial relationship or not.
namestringThe name of the AOI evaluator
relationstringThe spatial relationship of the AOI evaluator.
typeintThe type of the AOI evaluator.
useJobAOIbooleanIndicates if job AOI be used as the extent or not.
Property Details

<esri.geometry.Polygon> aoi

The are of interest.

<boolean> inverse

Indicates to inverse the spatial relationship or not.

<string> name

The name of the AOI evaluator.

<string> relation

The spatial relationship of the AOI Evaluator. Valid Values: esriSpatialRelIntersects | esriSpatialRelContains| esriSpatialRelEnvelopeIntersects| esriSpatialRelIndexIntersects| esriSpatialRelOverlaps| esriSpatialRelTouches| esriSpatialRelWithin| esriSpatialRelRelation

<int> type

The type of the AOI evaluator.

<boolean> useJobAOI

Indicates if job AOI be used as the extent or not.