|
|||||||||
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.
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.
Method Summary | |
---|---|
int |
getEventIdColumnNumber()
Number of the column containing EventID information. |
ILayer |
getLayer()
Tracking layer upon which the action is performed. |
void |
setEventIdColumnNumber(int iVal)
Number of the column containing EventID information. |
void |
setLayerByRef(ILayer pVal)
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 pVal) throws IOException, AutomationException
pVal
- 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 iVal) throws IOException, AutomationException
iVal
- The iVal (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 |