com.esri.arcgis.trackinganalyst
Class IConditionalActionSetupProxy

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

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

Description: 'Provides access to properties and methods needed to gather Conditional Action Setup information.' 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 IConditionalActionSetupProxy
extends com.esri.arcgis.interop.Dispatch
implements IConditionalActionSetup, 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.IConditionalActionSetup
IID, IID7bcabcd8_8f00_43c5_86a8_16f60a2314dd
 
Constructor Summary
  IConditionalActionSetupProxy()
          Deprecated. For internal use only
  IConditionalActionSetupProxy(java.lang.Object obj)
          Deprecated.  
protected IConditionalActionSetupProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConditionalActionSetupProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConditionalActionSetupProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getActionCategory()
          Deprecated. Get the Actions Category.
 ILayer getActionLayer()
          Deprecated. Get TODO.
 IAction getCurrentAction()
          Deprecated. Get The Current Action object that is being edited.
 ILocationTrigger getCurrentLocationTrigger()
          Deprecated. Get TODO.
 java.lang.String getCurrentLocationTriggerName()
          Deprecated. Get TODO.
 ILayer getCurrentTriggerLayer()
          Deprecated. Get TODO.
 ILocationTrigger getLocationTrigger(int nIndex)
          Deprecated. Get TODO.
 int getLocationTriggerCount()
          Deprecated. Get TODO.
 java.lang.String getLocationTriggerDescription(int nIndex)
          Deprecated. Get TODO.
 java.lang.String getLocationTriggerName(int nIndex)
          Deprecated. Get TODO.
 int getLocationTriggerType()
          Deprecated. Get TODO.
 IName getPolygonSourceName()
          Deprecated. Get TODO.
 java.lang.String getPolygonSourceNameText()
          Deprecated. Get TODO.
 java.lang.String getQueryString()
          Deprecated. Get TODO.
 IServerConnection getServerConnection()
          Deprecated. Get the server interface if applicable.
 int getServerGeoType()
          Deprecated. Get TODO.
 ILayer getTriggerLayer(int nIndex)
          Deprecated. Get TODO.
 int getTriggerLayerCount()
          Deprecated. Get TODO.
 java.lang.String getTriggerLayerName(int nIndex)
          Deprecated. Get TODO.
 int getTriggerType()
          Deprecated. Get the Actions Trigger Type.
 boolean isNegateLocationTrigger()
          Deprecated. Get whether or not to negate the location trigger test results.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActionCategory(int pActionCategory)
          Deprecated. Get the Actions Category.
 void setActionLayerByRef(ILayer ippActionLayer)
          Deprecated. Get TODO.
 void setCurrentLocationTriggerNameAndDesc(java.lang.String bstrCustomLocationTriggerName, java.lang.String bstrCustomLocationTriggerDesc)
          Deprecated. Get TODO.
 void setCurrentTriggerLayerByRef(ILayer ippTriggerLayer)
          Deprecated. Get TODO.
 void setLocationTriggerType(int pLocationTriggerType)
          Deprecated. Get TODO.
 void setNegateLocationTrigger(boolean pNegateLocationTrigger)
          Deprecated. Get whether or not to negate the location trigger test results.
 void setPolygonSourceNameByRef(IName ippPolygonSourceName)
          Deprecated. Get TODO.
 void setQueryString(java.lang.String pbstrQueryString)
          Deprecated. Get TODO.
 void setServerGeoType(int peServerGeoType)
          Deprecated. Get TODO.
 void setTriggerType(int pTriggerType)
          Deprecated. Get the Actions Trigger Type.
 
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

IConditionalActionSetupProxy

public IConditionalActionSetupProxy(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

IConditionalActionSetupProxy

public IConditionalActionSetupProxy()
Deprecated. 
For internal use only


IConditionalActionSetupProxy

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

IConditionalActionSetupProxy

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

IConditionalActionSetupProxy

protected IConditionalActionSetupProxy(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

setTriggerType

public void setTriggerType(int pTriggerType)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get the Actions Trigger Type.

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

getTriggerType

public int getTriggerType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Get the Actions Trigger Type.

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

setLocationTriggerType

public void setLocationTriggerType(int pLocationTriggerType)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get TODO.

Specified by:
setLocationTriggerType in interface IConditionalActionSetup
Parameters:
pLocationTriggerType - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocationTriggerType

public int getLocationTriggerType()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get TODO.

Specified by:
getLocationTriggerType in interface IConditionalActionSetup
Returns:
A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActionCategory

public int getActionCategory()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get the Actions Category.

Specified by:
getActionCategory in interface IConditionalActionSetup
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.

setActionCategory

public void setActionCategory(int pActionCategory)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Get the Actions Category.

Specified by:
setActionCategory in interface IConditionalActionSetup
Parameters:
pActionCategory - 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.

setServerGeoType

public void setServerGeoType(int peServerGeoType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get TODO.

Specified by:
setServerGeoType in interface IConditionalActionSetup
Parameters:
peServerGeoType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerGeoType

public int getServerGeoType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Get TODO.

Specified by:
getServerGeoType in interface IConditionalActionSetup
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNegateLocationTrigger

public boolean isNegateLocationTrigger()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get whether or not to negate the location trigger test results.

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

setNegateLocationTrigger

public void setNegateLocationTrigger(boolean pNegateLocationTrigger)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get whether or not to negate the location trigger test results.

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

getServerConnection

public IServerConnection getServerConnection()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Get the server interface if applicable.

Specified by:
getServerConnection in interface IConditionalActionSetup
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IServerConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentLocationTrigger

public ILocationTrigger getCurrentLocationTrigger()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Get TODO.

Specified by:
getCurrentLocationTrigger in interface IConditionalActionSetup
Returns:
A reference to a com.esri.arcgis.carto.ILocationTrigger
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentLocationTriggerName

public java.lang.String getCurrentLocationTriggerName()
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
Get TODO.

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

setCurrentLocationTriggerNameAndDesc

public void setCurrentLocationTriggerNameAndDesc(java.lang.String bstrCustomLocationTriggerName,
                                                 java.lang.String bstrCustomLocationTriggerDesc)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Get TODO.

Specified by:
setCurrentLocationTriggerNameAndDesc in interface IConditionalActionSetup
Parameters:
bstrCustomLocationTriggerName - The bstrCustomLocationTriggerName (in)
bstrCustomLocationTriggerDesc - The bstrCustomLocationTriggerDesc (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActionLayer

public ILayer getActionLayer()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get TODO.

Specified by:
getActionLayer in interface IConditionalActionSetup
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionLayerByRef

public void setActionLayerByRef(ILayer ippActionLayer)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get TODO.

Specified by:
setActionLayerByRef in interface IConditionalActionSetup
Parameters:
ippActionLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryString

public java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get TODO.

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

setQueryString

public void setQueryString(java.lang.String pbstrQueryString)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get TODO.

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

getPolygonSourceName

public IName getPolygonSourceName()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get TODO.

Specified by:
getPolygonSourceName in interface IConditionalActionSetup
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPolygonSourceNameByRef

public void setPolygonSourceNameByRef(IName ippPolygonSourceName)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Get TODO.

Specified by:
setPolygonSourceNameByRef in interface IConditionalActionSetup
Parameters:
ippPolygonSourceName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentTriggerLayer

public ILayer getCurrentTriggerLayer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get TODO.

Specified by:
getCurrentTriggerLayer in interface IConditionalActionSetup
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentTriggerLayerByRef

public void setCurrentTriggerLayerByRef(ILayer ippTriggerLayer)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Get TODO.

Specified by:
setCurrentTriggerLayerByRef in interface IConditionalActionSetup
Parameters:
ippTriggerLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPolygonSourceNameText

public java.lang.String getPolygonSourceNameText()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Get TODO.

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

getTriggerLayerCount

public int getTriggerLayerCount()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get TODO.

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

getTriggerLayer

public ILayer getTriggerLayer(int nIndex)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Get TODO.

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

getTriggerLayerName

public java.lang.String getTriggerLayerName(int nIndex)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Get TODO.

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

getLocationTriggerCount

public int getLocationTriggerCount()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get TODO.

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

getLocationTrigger

public ILocationTrigger getLocationTrigger(int nIndex)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Get TODO.

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

getLocationTriggerName

public java.lang.String getLocationTriggerName(int nIndex)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Get TODO.

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

getLocationTriggerDescription

public java.lang.String getLocationTriggerDescription(int nIndex)
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
Get TODO.

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

getCurrentAction

public IAction getCurrentAction()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get The Current Action object that is being edited.

Specified by:
getCurrentAction in interface IConditionalActionSetup
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.