|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExpression
Provides access to members that control expression calculation.
| Method Summary | |
|---|---|
double |
calculate(IFeature pFeature)
Perform the calculation. |
String |
getExpression()
Expression string applied to the field of each row in the cursor. |
boolean |
isValid(ITable pTable)
Check the validity of the expression. |
void |
setExpression(String pExpression)
Expression string applied to the field of each row in the cursor. |
| Method Detail |
|---|
String getExpression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpression(String pExpression)
throws IOException,
AutomationException
pExpression - The pExpression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double calculate(IFeature pFeature)
throws IOException,
AutomationException
pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isValid(ITable pTable)
throws IOException,
AutomationException
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
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 | ||||||||