com.esri.arcgis.trackinganalyst
Class ILayerActionProxy

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

public class ILayerActionProxy
extends com.esri.arcgis.interop.Dispatch
implements ILayerAction, Serializable

Provides access to methods and properties that identify the action as a layer action and allow those properties to be managed.

Description

This interface provides access to properties that identify the action as a layer action and manages the tracking layer upon which the action is performed.

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
  ILayerActionProxy()
           
  ILayerActionProxy(Object obj)
           
protected ILayerActionProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getEventIdColumnNumber()
          Number of the column containing EventID information.
 ILayer getLayer()
          Tracking layer upon which the action is performed.
 void removeListener(String iidStr, Object theListener)
           
 void setEventIdColumnNumber(int iVal)
          Number of the column containing EventID information.
 void setLayerByRef(ILayer pVal)
          Tracking layer upon which the action is performed.
 
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

ILayerActionProxy

public ILayerActionProxy()

ILayerActionProxy

public ILayerActionProxy(Object obj)
                  throws IOException
Throws:
IOException

ILayerActionProxy

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

getLayer

public ILayer getLayer()
                throws IOException,
                       AutomationException
Tracking layer upon which the action is performed.

Product Availability

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

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

setLayerByRef

public void setLayerByRef(ILayer pVal)
                   throws IOException,
                          AutomationException
Tracking layer upon which the action is performed.

Product Availability

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

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

getEventIdColumnNumber

public int getEventIdColumnNumber()
                           throws IOException,
                                  AutomationException
Number of the column containing EventID information.

Product Availability

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

Specified by:
getEventIdColumnNumber in interface ILayerAction
Returns:
The iVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEventIdColumnNumber

public void setEventIdColumnNumber(int iVal)
                            throws IOException,
                                   AutomationException
Number of the column containing EventID information.

Product Availability

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

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