|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseui.CalculatorUI
public class CalculatorUI
Window to display calculator dialog.
Constructor Summary | |
---|---|
CalculatorUI()
Constructs a CalculatorUI using ArcGIS Engine. |
|
CalculatorUI(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CalculatorUI theCalculatorUI = (CalculatorUI) obj; |
Method Summary | |
---|---|
IEnvelope |
doModal(int parentWindow)
Displays the dialog used to perform calculations. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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 |
setFireRowEventsForJoins(boolean rhs1)
Should row events be fired during calculation (default false). |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public CalculatorUI() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CalculatorUI(Object obj) throws IOException
CalculatorUI theCalculatorUI = (CalculatorUI) obj;
obj
to CalculatorUI
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setTableByRef(ITable rhs1) throws IOException, AutomationException
setTableByRef
in interface ICalculatorUI
setTableByRef
in interface ICalculatorUI2
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.public void setSelectionSetByRef(ISelectionSet rhs1) throws IOException, AutomationException
setSelectionSetByRef
in interface ICalculatorUI
setSelectionSetByRef
in interface ICalculatorUI2
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.public void setQueryFilterByRef(IQueryFilter rhs1) throws IOException, AutomationException
setQueryFilterByRef
in interface ICalculatorUI
setQueryFilterByRef
in interface ICalculatorUI2
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.public void setCallbackByRef(ITableDataCallback rhs1) throws IOException, AutomationException
setCallbackByRef
in interface ICalculatorUI
setCallbackByRef
in interface ICalculatorUI2
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.public void setField(String rhs1) throws IOException, AutomationException
setField
in interface ICalculatorUI
setField
in interface ICalculatorUI2
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope doModal(int parentWindow) throws IOException, AutomationException
doModal
in interface ICalculatorUI
doModal
in interface ICalculatorUI2
parentWindow
- The parentWindow (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPreExpression(String pPreExpression) throws IOException, AutomationException
setPreExpression
in interface ICalculatorUI2
pPreExpression
- The pPreExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPreExpression() throws IOException, AutomationException
getPreExpression
in interface ICalculatorUI2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(String pExpression) throws IOException, AutomationException
setExpression
in interface ICalculatorUI2
pExpression
- The pExpression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExpression() throws IOException, AutomationException
getExpression
in interface ICalculatorUI2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFireRowEventsForJoins(boolean rhs1) throws IOException, AutomationException
setFireRowEventsForJoins
in interface ICalculatorUIJoinSettings
rhs1
- The rhs1 (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 |