com.esri.arcgis.trackinganalyst
Class IActionCollection2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IActionCollection2Proxy
All Implemented Interfaces:
IActionCollection2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IActionCollection2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the methods and properties needed to manage a collection of actions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class IActionCollection2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IActionCollection2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IActionCollection2
IID, IID220dd902_665f_484c_ba31_0665c6700ca5
 
Constructor Summary
  IActionCollection2Proxy()
          Deprecated. For internal use only
  IActionCollection2Proxy(java.lang.Object obj)
          Deprecated.  
protected IActionCollection2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionCollection2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionCollection2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 boolean actionNameExists(java.lang.String bstrName)
          Deprecated. Checks if an action within the collection exists with the specified name.
 void add(IAction piAction, int nIndex)
          Deprecated. Adds an action to the collection.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void checkLayers(boolean bRebuildGeometry)
          Deprecated. Checks for deleted Layers and disables affected actions.
 boolean dependsUponFeatureClass(IFeatureClass piFeatureClass)
          Deprecated. Indicates if a contained action depends upon the specified feature class.
 boolean disableActionsUsingLayer(ILayer piLayer)
          Deprecated. Disables all action using the specified layer for location trigger.
 int find(IAction piAction)
          Deprecated. Finds an action within the collection.
 IAction getAction(int nIndex)
          Deprecated. Retrieves the action at the specified index.
 int getActionCount()
          Deprecated. Total number of actions.
 int getCount()
          Deprecated. Number of objects in the collection.
 int getEnabledActionCount()
          Deprecated. Number of enabled actions.
 int getExclusionCategory()
          Deprecated. Action category to be excluded from processing.
 int getMaximumDepth()
          Deprecated. Maximum number of nested action levels to be processed.
 int getNextActionNumber()
          Deprecated. Gives next sequential number for assigning names to actions.
 void move(int nSourceIndex, int nDestinationIndex)
          Deprecated. Moves an action to a user-specified location in the collection.
 boolean reenableActionsUsingLayer(ILayer piLayer)
          Deprecated. Reenable all action using the specified layer for location trigger.
 void remove(int nIndex)
          Deprecated. Removes an action from the collection.
 void removeAll()
          Deprecated. Removes all actions from the index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setExclusionCategory(int pVal)
          Deprecated. Action category to be excluded from processing.
 void setMaximumDepth(int pVal)
          Deprecated. Maximum number of nested action levels to be processed.
 void setNextActionNumber(int pVal)
          Deprecated. Gives next sequential number for assigning names to actions.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IActionCollection2Proxy

public IActionCollection2Proxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IActionCollection2Proxy

public IActionCollection2Proxy()
Deprecated. 
For internal use only


IActionCollection2Proxy

public IActionCollection2Proxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionCollection2Proxy

protected IActionCollection2Proxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionCollection2Proxy

protected IActionCollection2Proxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

add

public void add(IAction piAction,
                int nIndex)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Adds an action to the collection.

Specified by:
add in interface IActionCollection2
Parameters:
piAction - A reference to a com.esri.arcgis.carto.IAction (in)
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int nIndex)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Removes an action from the collection.

Specified by:
remove in interface IActionCollection2
Parameters:
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

move

public void move(int nSourceIndex,
                 int nDestinationIndex)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Moves an action to a user-specified location in the collection.

Specified by:
move in interface IActionCollection2
Parameters:
nSourceIndex - The nSourceIndex (in)
nDestinationIndex - The nDestinationIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes all actions from the index.

Specified by:
removeAll in interface IActionCollection2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAction

public IAction getAction(int nIndex)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Retrieves the action at the specified index.

Specified by:
getAction in interface IActionCollection2
Parameters:
nIndex - The nIndex (in)
Returns:
A reference to a com.esri.arcgis.carto.IAction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of objects in the collection.

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

find

public int find(IAction piAction)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Finds an action within the collection.

Specified by:
find in interface IActionCollection2
Parameters:
piAction - A reference to a com.esri.arcgis.carto.IAction (in)
Returns:
The pnIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumDepth

public int getMaximumDepth()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Maximum number of nested action levels to be processed.

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

setMaximumDepth

public void setMaximumDepth(int pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum number of nested action levels to be processed.

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

getNextActionNumber

public int getNextActionNumber()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Gives next sequential number for assigning names to actions.

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

setNextActionNumber

public void setNextActionNumber(int pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Gives next sequential number for assigning names to actions.

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

getExclusionCategory

public int getExclusionCategory()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Action category to be excluded from processing.

Specified by:
getExclusionCategory in interface IActionCollection2
Returns:
A com.esri.arcgis.carto.enumActionCategory constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExclusionCategory

public void setExclusionCategory(int pVal)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Action category to be excluded from processing.

Specified by:
setExclusionCategory in interface IActionCollection2
Parameters:
pVal - A com.esri.arcgis.carto.enumActionCategory constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActionCount

public int getActionCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Total number of actions.

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

getEnabledActionCount

public int getEnabledActionCount()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of enabled actions.

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

dependsUponFeatureClass

public boolean dependsUponFeatureClass(IFeatureClass piFeatureClass)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if a contained action depends upon the specified feature class.

Specified by:
dependsUponFeatureClass in interface IActionCollection2
Parameters:
piFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableActionsUsingLayer

public boolean disableActionsUsingLayer(ILayer piLayer)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Disables all action using the specified layer for location trigger.

Specified by:
disableActionsUsingLayer in interface IActionCollection2
Parameters:
piLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reenableActionsUsingLayer

public boolean reenableActionsUsingLayer(ILayer piLayer)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Reenable all action using the specified layer for location trigger.

Specified by:
reenableActionsUsingLayer in interface IActionCollection2
Parameters:
piLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkLayers

public void checkLayers(boolean bRebuildGeometry)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Checks for deleted Layers and disables affected actions.

Specified by:
checkLayers in interface IActionCollection2
Parameters:
bRebuildGeometry - The bRebuildGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

actionNameExists

public boolean actionNameExists(java.lang.String bstrName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Checks if an action within the collection exists with the specified name.

Specified by:
actionNameExists in interface IActionCollection2
Parameters:
bstrName - The bstrName (in)
Returns:
The bNameExists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.