|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.ConditionalActionHelper
public class ConditionalActionHelper
COM Class 'ConditionalActionHelper'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'This class serves as a base tracking action configuration foundation object that can be used to build or aggregate new tracking action configuration dialogs.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.trackinganalyst.IConditionalActionConfigure |
|---|
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_NAME, DISPID_4_NAME, IID, IID7af27269_e378_4b3e_a385_7691db000fb7, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.IConditionalActionSetup |
|---|
IID, IID7bcabcd8_8f00_43c5_86a8_16f60a2314dd, xxDummy |
| Constructor Summary | |
|---|---|
ConditionalActionHelper()
Constructs a ConditionalActionHelper using ArcGIS Engine. |
|
ConditionalActionHelper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConditionalActionHelper theConditionalActionHelper = (ConditionalActionHelper) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getActionCategory()
Get the Actions Category. |
ILayer |
getActionLayer()
Get TODO. |
IAction |
getActionToEdit()
Action for the control to edit. |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
boolean |
isNegateLocationTrigger()
Get whether or not to negate the location trigger test results. |
boolean |
isReadOnly()
Indicates if the action properties are read-only. |
void |
release()
Release a ConditionalActionHelper. |
void |
setActionCategory(int pActionCategory)
Get the Actions Category. |
void |
setActionLayerByRef(ILayer ippActionLayer)
Get TODO. |
void |
setActionToEditByRef(IAction pVal)
Action for the control to edit. |
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 |
setReadOnly(boolean pbvalReadOnly)
Indicates if the action properties are read-only. |
void |
setServerConnection(IServerConnection piServerConnection)
Set the active server connection, if running in a tracking server environment or service environment in a client application. |
void |
setServerGeoType(int peServerGeoType)
Get TODO. |
void |
setTriggerType(int pTriggerType)
Get the Actions Trigger Type. |
void |
updateAction()
Update the Action component with the values in the activeX component. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionalActionHelper()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ConditionalActionHelper(java.lang.Object obj)
throws java.io.IOException
ConditionalActionHelper theConditionalActionHelper = (ConditionalActionHelper) obj;
obj to ConditionalActionHelper.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IAction getActionToEdit()
throws java.io.IOException,
AutomationException
getActionToEdit in interface IConditionalActionConfigurejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionToEditByRef(IAction pVal)
throws java.io.IOException,
AutomationException
setActionToEditByRef in interface IConditionalActionConfigurepVal - A reference to a com.esri.arcgis.carto.IAction (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReadOnly()
throws java.io.IOException,
AutomationException
isReadOnly in interface IConditionalActionConfigurejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReadOnly(boolean pbvalReadOnly)
throws java.io.IOException,
AutomationException
setReadOnly in interface IConditionalActionConfigurepbvalReadOnly - The pbvalReadOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateAction()
throws java.io.IOException,
AutomationException
updateAction in interface IConditionalActionConfigurejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerConnection(IServerConnection piServerConnection)
throws java.io.IOException,
AutomationException
setServerConnection in interface IConditionalActionConfigurepiServerConnection - A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerType(int pTriggerType)
throws java.io.IOException,
AutomationException
setTriggerType in interface IConditionalActionSetuppTriggerType - A com.esri.arcgis.carto.enumTriggerType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTriggerType()
throws java.io.IOException,
AutomationException
getTriggerType in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerType(int pLocationTriggerType)
throws java.io.IOException,
AutomationException
setLocationTriggerType in interface IConditionalActionSetuppLocationTriggerType - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationTriggerType()
throws java.io.IOException,
AutomationException
getLocationTriggerType in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getActionCategory()
throws java.io.IOException,
AutomationException
getActionCategory in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionCategory(int pActionCategory)
throws java.io.IOException,
AutomationException
setActionCategory in interface IConditionalActionSetuppActionCategory - A com.esri.arcgis.carto.enumActionCategory constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerGeoType(int peServerGeoType)
throws java.io.IOException,
AutomationException
setServerGeoType in interface IConditionalActionSetuppeServerGeoType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getServerGeoType()
throws java.io.IOException,
AutomationException
getServerGeoType in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNegateLocationTrigger()
throws java.io.IOException,
AutomationException
isNegateLocationTrigger in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNegateLocationTrigger(boolean pNegateLocationTrigger)
throws java.io.IOException,
AutomationException
setNegateLocationTrigger in interface IConditionalActionSetuppNegateLocationTrigger - The pNegateLocationTrigger (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerConnection getServerConnection()
throws java.io.IOException,
AutomationException
getServerConnection in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocationTrigger getCurrentLocationTrigger()
throws java.io.IOException,
AutomationException
getCurrentLocationTrigger in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCurrentLocationTriggerName()
throws java.io.IOException,
AutomationException
getCurrentLocationTriggerName in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentLocationTriggerNameAndDesc(java.lang.String bstrCustomLocationTriggerName,
java.lang.String bstrCustomLocationTriggerDesc)
throws java.io.IOException,
AutomationException
setCurrentLocationTriggerNameAndDesc in interface IConditionalActionSetupbstrCustomLocationTriggerName - The bstrCustomLocationTriggerName (in)bstrCustomLocationTriggerDesc - The bstrCustomLocationTriggerDesc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getActionLayer()
throws java.io.IOException,
AutomationException
getActionLayer in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActionLayerByRef(ILayer ippActionLayer)
throws java.io.IOException,
AutomationException
setActionLayerByRef in interface IConditionalActionSetupippActionLayer - 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.
public java.lang.String getQueryString()
throws java.io.IOException,
AutomationException
getQueryString in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(java.lang.String pbstrQueryString)
throws java.io.IOException,
AutomationException
setQueryString in interface IConditionalActionSetuppbstrQueryString - The pbstrQueryString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getPolygonSourceName()
throws java.io.IOException,
AutomationException
getPolygonSourceName in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygonSourceNameByRef(IName ippPolygonSourceName)
throws java.io.IOException,
AutomationException
setPolygonSourceNameByRef in interface IConditionalActionSetupippPolygonSourceName - 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.
public ILayer getCurrentTriggerLayer()
throws java.io.IOException,
AutomationException
getCurrentTriggerLayer in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentTriggerLayerByRef(ILayer ippTriggerLayer)
throws java.io.IOException,
AutomationException
setCurrentTriggerLayerByRef in interface IConditionalActionSetupippTriggerLayer - 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.
public java.lang.String getPolygonSourceNameText()
throws java.io.IOException,
AutomationException
getPolygonSourceNameText in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTriggerLayerCount()
throws java.io.IOException,
AutomationException
getTriggerLayerCount in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getTriggerLayer(int nIndex)
throws java.io.IOException,
AutomationException
getTriggerLayer in interface IConditionalActionSetupnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTriggerLayerName(int nIndex)
throws java.io.IOException,
AutomationException
getTriggerLayerName in interface IConditionalActionSetupnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationTriggerCount()
throws java.io.IOException,
AutomationException
getLocationTriggerCount in interface IConditionalActionSetupjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocationTrigger getLocationTrigger(int nIndex)
throws java.io.IOException,
AutomationException
getLocationTrigger in interface IConditionalActionSetupnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLocationTriggerName(int nIndex)
throws java.io.IOException,
AutomationException
getLocationTriggerName in interface IConditionalActionSetupnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLocationTriggerDescription(int nIndex)
throws java.io.IOException,
AutomationException
getLocationTriggerDescription in interface IConditionalActionSetupnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAction getCurrentAction()
throws java.io.IOException,
AutomationException
getCurrentAction in interface IConditionalActionSetupjava.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 | ||||||||