|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerAction
Provides access to methods and properties that identify the action as a layer action and allow those properties to be managed.
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. |
Method Detail |
---|
ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEventIdColumnNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventIdColumnNumber(int columnIndex) throws IOException, AutomationException
columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |