|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICalculatorUI2
Provides access to members that control the field calculator.
| Method Summary | |
|---|---|
IEnvelope |
doModal(int parentWindow)
Displays the dialog used to perform calculations. |
String |
getExpression()
Expression or value applied to a field in each row of the cursor. |
String |
getPreExpression()
A pre-calculation code determination of a value or variable that may be passed to the expression, or value, of the calculation. |
void |
setCallbackByRef(ITableDataCallback rhs1)
The call back routine. |
void |
setExpression(String pExpression)
Expression or value applied to a field in each row of the cursor. |
void |
setField(String rhs1)
Field to perform calculation on. |
void |
setPreExpression(String pPreExpression)
A pre-calculation code determination of a value or variable that may be passed to the expression, or value, of the calculation. |
void |
setQueryFilterByRef(IQueryFilter rhs1)
QueryFilter used for reading and writing data (optional). |
void |
setSelectionSetByRef(ISelectionSet rhs1)
SelectionSet to perform calculation on (optional). |
void |
setTableByRef(ITable rhs1)
Table to perform calculation on. |
| Method Detail |
|---|
void setTableByRef(ITable rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionSetByRef(ISelectionSet rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryFilterByRef(IQueryFilter rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCallbackByRef(ITableDataCallback rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabaseui.ITableDataCallback (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setField(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope doModal(int parentWindow)
throws IOException,
AutomationException
parentWindow - The parentWindow (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPreExpression(String pPreExpression)
throws IOException,
AutomationException
pPreExpression - The pPreExpression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPreExpression()
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.
String getExpression()
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 | ||||||||