|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionalActionSetup
Provides access to properties and methods needed to gather Conditional Action Setup information.
Method Summary | |
---|---|
int |
getActionCategory()
Get the Actions Category. |
ILayer |
getActionLayer()
Get TODO. |
IAction |
getCurrentAction()
Get The Current Action object that is being edited. |
ILocationTrigger |
getCurrentLocationTrigger()
Get TODO. |
String |
getCurrentLocationTriggerName()
Get TODO. |
ILayer |
getCurrentTriggerLayer()
Get TODO. |
ILocationTrigger |
getLocationTrigger(int nIndex)
Get TODO. |
int |
getLocationTriggerCount()
Get TODO. |
String |
getLocationTriggerDescription(int nIndex)
Get TODO. |
String |
getLocationTriggerName(int nIndex)
Get TODO. |
int |
getLocationTriggerType()
Get TODO. |
IName |
getPolygonSourceName()
Get TODO. |
String |
getPolygonSourceNameText()
Get TODO. |
String |
getQueryString()
Get TODO. |
IServerConnection |
getServerConnection()
Get the server interface if applicable. |
int |
getServerGeoType()
Get TODO. |
ILayer |
getTriggerLayer(int nIndex)
Get TODO. |
int |
getTriggerLayerCount()
Get TODO. |
String |
getTriggerLayerName(int nIndex)
Get TODO. |
int |
getTriggerType()
Get the Actions Trigger Type. |
boolean |
isNegateLocationTrigger()
Get whether or not to negate the location trigger test results. |
void |
setActionCategory(int pActionCategory)
Get the Actions Category. |
void |
setActionLayerByRef(ILayer ippActionLayer)
Get TODO. |
void |
setCurrentLocationTriggerNameAndDesc(String bstrCustomLocationTriggerName,
String bstrCustomLocationTriggerDesc)
Get TODO. |
void |
setCurrentTriggerLayerByRef(ILayer ippTriggerLayer)
Get TODO. |
void |
setLocationTriggerType(int pLocationTriggerType)
Get TODO. |
void |
setNegateLocationTrigger(boolean pNegateLocationTrigger)
Get whether or not to negate the location trigger test results. |
void |
setPolygonSourceNameByRef(IName ippPolygonSourceName)
Get TODO. |
void |
setQueryString(String pbstrQueryString)
Get TODO. |
void |
setServerGeoType(int peServerGeoType)
Get TODO. |
void |
setTriggerType(int pTriggerType)
Get the Actions Trigger Type. |
Method Detail |
---|
void setTriggerType(int pTriggerType) throws IOException, AutomationException
pTriggerType
- A com.esri.arcgis.trackinganalyst.enumTriggerType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTriggerType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationTriggerType(int pLocationTriggerType) throws IOException, AutomationException
pLocationTriggerType
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLocationTriggerType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getActionCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActionCategory(int pActionCategory) throws IOException, AutomationException
pActionCategory
- A com.esri.arcgis.trackinganalyst.enumActionCategory constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServerGeoType(int peServerGeoType) throws IOException, AutomationException
peServerGeoType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getServerGeoType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNegateLocationTrigger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNegateLocationTrigger(boolean pNegateLocationTrigger) throws IOException, AutomationException
pNegateLocationTrigger
- The pNegateLocationTrigger (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IServerConnection getServerConnection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocationTrigger getCurrentLocationTrigger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCurrentLocationTriggerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentLocationTriggerNameAndDesc(String bstrCustomLocationTriggerName, String bstrCustomLocationTriggerDesc) throws IOException, AutomationException
bstrCustomLocationTriggerName
- The bstrCustomLocationTriggerName (in)bstrCustomLocationTriggerDesc
- The bstrCustomLocationTriggerDesc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getActionLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActionLayerByRef(ILayer ippActionLayer) throws IOException, AutomationException
ippActionLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getQueryString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryString(String pbstrQueryString) throws IOException, AutomationException
pbstrQueryString
- The pbstrQueryString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getPolygonSourceName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonSourceNameByRef(IName ippPolygonSourceName) throws IOException, AutomationException
ippPolygonSourceName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getCurrentTriggerLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentTriggerLayerByRef(ILayer ippTriggerLayer) throws IOException, AutomationException
ippTriggerLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPolygonSourceNameText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTriggerLayerCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getTriggerLayer(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTriggerLayerName(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLocationTriggerCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocationTrigger getLocationTrigger(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLocationTriggerName(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLocationTriggerDescription(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAction getCurrentAction() throws IOException, AutomationException
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 |