com.esri.arcgis.carto
Interface ILayerAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, FilterAction, HighlightSuppressionAction, ILayerActionProxy, TagAction

public interface ILayerAction
extends java.io.Serializable

COM Interface 'ILayerAction'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods and properties that identify the action as a layer action and allow those properties to be managed.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcc018a6c_24fb_11d4_b34c_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getEventIdColumnNumber()
          Number of the column containing EventID information.
 ILayer getLayer()
          Tracking layer upon which the action is performed.
 void setEventIdColumnNumber(int columnIndex)
          Number of the column containing EventID information.
 void setLayerByRef(ILayer layer)
          Tracking layer upon which the action is performed.
 

Field Detail

IIDcc018a6c_24fb_11d4_b34c_00104ba2abcc

static final int IIDcc018a6c_24fb_11d4_b34c_00104ba2abcc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLayer

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

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.

setLayerByRef

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

Parameters:
layer - 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.

getEventIdColumnNumber

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

Returns:
The columnIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEventIdColumnNumber

void setEventIdColumnNumber(int columnIndex)
                            throws java.io.IOException,
                                   AutomationException
Number of the column containing EventID information.

Parameters:
columnIndex - The columnIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.