|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConditionalActionSetup
COM Interface 'IConditionalActionSetup'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to gather Conditional Action Setup information.' 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 |
IID7bcabcd8_8f00_43c5_86a8_16f60a2314dd
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
java.lang.String |
getCurrentLocationTriggerName()
Get TODO. |
ILayer |
getCurrentTriggerLayer()
Get TODO. |
ILocationTrigger |
getLocationTrigger(int nIndex)
Get TODO. |
int |
getLocationTriggerCount()
Get TODO. |
java.lang.String |
getLocationTriggerDescription(int nIndex)
Get TODO. |
java.lang.String |
getLocationTriggerName(int nIndex)
Get TODO. |
int |
getLocationTriggerType()
Get TODO. |
IName |
getPolygonSourceName()
Get TODO. |
java.lang.String |
getPolygonSourceNameText()
Get TODO. |
java.lang.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. |
java.lang.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(java.lang.String bstrCustomLocationTriggerName,
java.lang.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(java.lang.String pbstrQueryString)
Get TODO. |
void |
setServerGeoType(int peServerGeoType)
Get TODO. |
void |
setTriggerType(int pTriggerType)
Get the Actions Trigger Type. |
| Field Detail |
|---|
static final int IID7bcabcd8_8f00_43c5_86a8_16f60a2314dd
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setTriggerType(int pTriggerType)
throws java.io.IOException,
AutomationException
pTriggerType - A com.esri.arcgis.carto.enumTriggerType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTriggerType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocationTriggerType(int pLocationTriggerType)
throws java.io.IOException,
AutomationException
pLocationTriggerType - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLocationTriggerType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getActionCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActionCategory(int pActionCategory)
throws java.io.IOException,
AutomationException
pActionCategory - A com.esri.arcgis.carto.enumActionCategory constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerGeoType(int peServerGeoType)
throws java.io.IOException,
AutomationException
peServerGeoType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getServerGeoType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNegateLocationTrigger()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNegateLocationTrigger(boolean pNegateLocationTrigger)
throws java.io.IOException,
AutomationException
pNegateLocationTrigger - The pNegateLocationTrigger (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerConnection getServerConnection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILocationTrigger getCurrentLocationTrigger()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCurrentLocationTriggerName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCurrentLocationTriggerNameAndDesc(java.lang.String bstrCustomLocationTriggerName,
java.lang.String bstrCustomLocationTriggerDesc)
throws java.io.IOException,
AutomationException
bstrCustomLocationTriggerName - The bstrCustomLocationTriggerName (in)bstrCustomLocationTriggerDesc - The bstrCustomLocationTriggerDesc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getActionLayer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActionLayerByRef(ILayer ippActionLayer)
throws java.io.IOException,
AutomationException
ippActionLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getQueryString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryString(java.lang.String pbstrQueryString)
throws java.io.IOException,
AutomationException
pbstrQueryString - The pbstrQueryString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName getPolygonSourceName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPolygonSourceNameByRef(IName ippPolygonSourceName)
throws java.io.IOException,
AutomationException
ippPolygonSourceName - A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getCurrentTriggerLayer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCurrentTriggerLayerByRef(ILayer ippTriggerLayer)
throws java.io.IOException,
AutomationException
ippTriggerLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPolygonSourceNameText()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTriggerLayerCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getTriggerLayer(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTriggerLayerName(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLocationTriggerCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILocationTrigger getLocationTrigger(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLocationTriggerName(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLocationTriggerDescription(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAction getCurrentAction()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||