com.esri.arcgis.trackinganalyst
Class IConditionalAction3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IConditionalAction3Proxy
All Implemented Interfaces:
IConditionalAction3, Externalizable, Serializable

public class IConditionalAction3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IConditionalAction3, Serializable

Provides access to properties and methods for conditional action control such as whether to favor the query attribute or location test first.

Superseded By

IConditionalAction4

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IConditionalAction3Proxy()
           
  IConditionalAction3Proxy(Object obj)
           
protected IConditionalAction3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getConditionalActionDescription()
          The string description of the conditional action test.
 boolean isFavorQuery()
          Indicates if the attribute query should be performed before the location test.
 void removeListener(String iidStr, Object theListener)
           
 void setFavorQuery(boolean pVal)
          Indicates if the attribute query should be performed before the location test.
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IConditionalAction3Proxy

public IConditionalAction3Proxy()

IConditionalAction3Proxy

public IConditionalAction3Proxy(Object obj)
                         throws IOException
Throws:
IOException

IConditionalAction3Proxy

protected IConditionalAction3Proxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isFavorQuery

public boolean isFavorQuery()
                     throws IOException,
                            AutomationException
Indicates if the attribute query should be performed before the location test.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
isFavorQuery in interface IConditionalAction3
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFavorQuery

public void setFavorQuery(boolean pVal)
                   throws IOException,
                          AutomationException
Indicates if the attribute query should be performed before the location test.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setFavorQuery in interface IConditionalAction3
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConditionalActionDescription

public String getConditionalActionDescription()
                                       throws IOException,
                                              AutomationException
The string description of the conditional action test.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getConditionalActionDescription in interface IConditionalAction3
Returns:
The pbstrDesc
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.