Provides access to properties and methods needed to manage action's location trigger. A location trigger allows developers to extend location based triggering of actions, e.g., extend location trigger to include crosses or departing / arriving.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
Description | Description of location trigger properties. | |
EvaluateDataMessage | Evaluates data message for location trigger information. | |
EvaluateFeature | Evaluates feature for location trigger information. | |
EventIdColumn | Column containing EventID information. | |
GeometryIsCompatible | Determines whether or not the geometry is compatible for the location trigger. | |
Invertable | Indicates whether or not the location trigger can be negated. | |
Inverted | Indicates whether or not location trigger has been negated. | |
Name | Name of the location trigger. | |
ShapeColumn | Column containing geometry objects. | |
TestFeatureClass | Feature class containing geometry used in the location query. | |
TestGeometry | Geometry used for location trigger test. |
CoClasses that implement ILocationTrigger
CoClasses and Classes | Description |
---|---|
ArrivingLocationTrigger | Controls the implementation of the action's location trigger for the geometrical arriving (entering) or departing (exited) a polygon. |
CrossingLocationTrigger | Controls the implementation of the action's location trigger for the geometrical crossing of a polyline or a polygon border. |
ProximityLocationTrigger | Controls the implementation of a proximity location trigger which can perform across multiple real-time point temporal feature classes. |