|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IConditionalAction2Proxy com.esri.arcgis.trackinganalyst.IConditionalAction4Proxy
public class IConditionalAction4Proxy
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.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IConditionalAction4Proxy()
|
|
IConditionalAction4Proxy(Object obj)
|
protected |
IConditionalAction4Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 class com.esri.arcgis.trackinganalyst.IConditionalAction2Proxy |
---|
getColumnList, getLocationTriggerName, getLocationTriggerType, getPolygonSourceName, getQueryString, getSpatialReference, getTestGeometry, getTriggerLayer, getTriggerLayerName, getTriggerType, isNegateLocationTrigger, setColumnList, setLocationTriggerName, setLocationTriggerType, setNegateLocationTrigger, setPolygonSourceNameByRef, setQueryString, setSpatialReference, setTestGeometry, setTriggerLayerByRef, setTriggerType |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IConditionalAction4Proxy()
public IConditionalAction4Proxy(Object obj) throws IOException
IOException
protected IConditionalAction4Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IConditionalAction2Proxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IConditionalAction2Proxy
IOException
public 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.
isFavorQuery
in interface IConditionalAction4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFavorQuery(boolean pVal) throws IOException, AutomationException
setFavorQuery
in interface IConditionalAction4
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
setLocationTriggerByRef
in interface IConditionalAction4
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.public ILocationTrigger getLocationTrigger() throws IOException, AutomationException
getLocationTrigger
in interface IConditionalAction4
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 |