|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.IConditionalActionProxy
public class IConditionalActionProxy
Provides access to properties and methods needed to manage conditional actions.
This interface provides access to properties that manage conditional actions. Users can control location and attribute triggers, spatial reference used by the action, test geometry and trigger layer.
The IConditionalAction interface has been superseded by IConditionalAction4. Please consider using the more recent version.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IConditionalActionProxy()
|
|
IConditionalActionProxy(Object obj)
|
protected |
IConditionalActionProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
Object |
getColumnList()
The list of columns from the feature or the dataset definition. |
String |
getLocationTriggerName()
Name of the custom location trigger for the action if one is being used. |
int |
getLocationTriggerType()
Spatial relationship of an intrinsic location trigger. |
String |
getPolygonSource()
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
String |
getQueryString()
SQL query for an attribute trigger. |
String |
getSpatialReference()
String describing the Spatial Reference used by the Action. |
IGeometry |
getTestGeometry()
Geometry used for location trigger test. |
ILayer |
getTriggerLayer()
Layer containing location test polygons. |
String |
getTriggerLayerName()
Name of layer containing location test polygons. |
int |
getTriggerType()
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
boolean |
isNegateLocationTrigger()
Indicates whether or not to negate results of the location trigger. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setColumnList(Object pVal)
The list of columns from the feature or the dataset definition. |
void |
setLocationTriggerName(String pVal)
Name of the custom location trigger for the action if one is being used. |
void |
setLocationTriggerType(int pVal)
Spatial relationship of an intrinsic location trigger. |
void |
setNegateLocationTrigger(boolean pVal)
Indicates whether or not to negate results of the location trigger. |
void |
setPolygonSource(String pVal)
Not Implemented - Use the PolygonSourceName property of IConditionalAction2. |
void |
setQueryString(String pVal)
SQL query for an attribute trigger. |
void |
setSpatialReference(String pVal)
String describing the Spatial Reference used by the Action. |
void |
setTestGeometry(IGeometry ppiTestGeometry)
Geometry used for location trigger test. |
void |
setTriggerLayerByRef(ILayer pVal)
Layer containing location test polygons. |
void |
setTriggerType(int pVal)
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IConditionalActionProxy()
public IConditionalActionProxy(Object obj)
throws IOException
IOException
protected IConditionalActionProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getTriggerType()
throws IOException,
AutomationException
getTriggerType in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerType(int pVal)
throws IOException,
AutomationException
setTriggerType in interface IConditionalActionpVal - A com.esri.arcgis.trackinganalyst.enumTriggerType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationTriggerType()
throws IOException,
AutomationException
This property indicates the spatial relationship of an intrinsic location trigger. See esriSpatialRelEnum for detail.
getLocationTriggerType in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerType(int pVal)
throws IOException,
AutomationException
setLocationTriggerType in interface IConditionalActionpVal - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getQueryString()
throws IOException,
AutomationException
getQueryString in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(String pVal)
throws IOException,
AutomationException
setQueryString in interface IConditionalActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getTriggerLayer()
throws IOException,
AutomationException
getTriggerLayer in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTriggerLayerByRef(ILayer pVal)
throws IOException,
AutomationException
setTriggerLayerByRef in interface IConditionalActionpVal - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNegateLocationTrigger()
throws IOException,
AutomationException
isNegateLocationTrigger in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNegateLocationTrigger(boolean pVal)
throws IOException,
AutomationException
setNegateLocationTrigger in interface IConditionalActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPolygonSource()
throws IOException,
AutomationException
getPolygonSource in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPolygonSource(String pVal)
throws IOException,
AutomationException
setPolygonSource in interface IConditionalActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getColumnList()
throws IOException,
AutomationException
getColumnList in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumnList(Object pVal)
throws IOException,
AutomationException
setColumnList in interface IConditionalActionpVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTriggerLayerName()
throws IOException,
AutomationException
getTriggerLayerName in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationTriggerName(String pVal)
throws IOException,
AutomationException
setLocationTriggerName in interface IConditionalActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLocationTriggerName()
throws IOException,
AutomationException
getLocationTriggerName in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTestGeometry(IGeometry ppiTestGeometry)
throws IOException,
AutomationException
setTestGeometry in interface IConditionalActionppiTestGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getTestGeometry()
throws IOException,
AutomationException
getTestGeometry in interface IConditionalActionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReference(String pVal)
throws IOException,
AutomationException
setSpatialReference in interface IConditionalActionpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSpatialReference()
throws IOException,
AutomationException
getSpatialReference in interface IConditionalActionIOException - 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 | ||||||||