|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConditionalAction
Provides access to properties and methods needed to manage conditional actions.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
int getTriggerType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTriggerType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.carto.enumTriggerType 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.void setLocationTriggerType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (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 pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getTriggerLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTriggerLayerByRef(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.boolean isNegateLocationTrigger() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNegateLocationTrigger(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPolygonSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonSource(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getColumnList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumnList(Object pVal) throws IOException, AutomationException
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTriggerLayerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationTriggerName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLocationTriggerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTestGeometry(IGeometry ppiTestGeometry) throws IOException, AutomationException
ppiTestGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getTestGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReference(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSpatialReference() 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 |