|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionalAction4
Provides access to properties and methods needed to manage conditional actions.
This interface provides access to properties and methods needed to manage conditional actions. Users can control location and attribute triggers, spatial reference used by the action, test geometry and trigger layer.
This interface is new at ArcGIS 9.3. It supersedes IConditionalAction2.
Method Summary | |
---|---|
ILocationTrigger |
getLocationTrigger()
Custom location trigger for the action if one is being used. |
boolean |
isFavorQuery()
Indicates if the Attribute Query should be performed first and then the location test. |
void |
setFavorQuery(boolean pVal)
Indicates if the Attribute Query should be performed first and then the location test. |
void |
setLocationTriggerByRef(ILocationTrigger ppLocationTrigger)
Custom location trigger for the action if one is being used. |
Methods inherited from interface com.esri.arcgis.trackinganalyst.IConditionalAction2 |
---|
getColumnList, getLocationTriggerName, getLocationTriggerType, getPolygonSourceName, getQueryString, getSpatialReference, getTestGeometry, getTriggerLayer, getTriggerLayerName, getTriggerType, isNegateLocationTrigger, setColumnList, setLocationTriggerName, setLocationTriggerType, setNegateLocationTrigger, setPolygonSourceNameByRef, setQueryString, setSpatialReference, setTestGeometry, setTriggerLayerByRef, setTriggerType |
Method Detail |
---|
boolean isFavorQuery() throws IOException, AutomationException
Returns and sets whether the attribute query should be performed before the spatial query when evaluating the action.
A judicious choice may significantly improve the performance of the query. The rule of thumb for selecting which query to perform first is the one that is likely to exclude the most values. This way the number of times the second query is called is minimized.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFavorQuery(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationTriggerByRef(ILocationTrigger ppLocationTrigger) throws IOException, AutomationException
Returns or sets the custom location trigger to use with the action. Custom location triggers allow for spatial queries to be performed beyond the default intersects or not intersects. For example, a custom location trigger could evaluate when an event crosses a boundary.
ppLocationTrigger
- A reference to a com.esri.arcgis.trackinganalyst.ILocationTrigger (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocationTrigger getLocationTrigger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |