|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabaseui.CalculatorUI
public class CalculatorUI
COM Class 'CalculatorUI'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'
Description 'Window to display calculator dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabaseui.ICalculatorUI |
|---|
IID, IID309194d6_cceb_11d2_9f24_00c04f6bc886, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseui.ICalculatorUI2 |
|---|
IID, IID504996e3_9abe_4a42_847d_39d641b7fd41, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseui.ICalculatorUIJoinSettings |
|---|
IID, IID8f3e794a_ef0b_43ca_9de4_34dec440aaa5, xxDummy |
| Constructor Summary | |
|---|---|
CalculatorUI()
Constructs a CalculatorUI using ArcGIS Engine. |
|
CalculatorUI(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getExpression()
Expression or value applied to a field in each row of the cursor. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.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 |
release()
Release a CalculatorUI. |
void |
setCallbackByRef(ITableDataCallback rhs1)
The call back routine. |
void |
setExpression(java.lang.String pExpression)
Expression or value applied to a field in each row of the cursor. |
void |
setField(java.lang.String rhs1)
Field to perform calculation on. |
void |
setFireRowEventsForJoins(boolean rhs1)
Should row events be fired during calculation (default false). |
void |
setPreExpression(java.lang.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 |
| Constructor Detail |
|---|
public CalculatorUI()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public CalculatorUI(java.lang.Object obj)
throws java.io.IOException
CalculatorUI theCalculatorUI = (CalculatorUI) obj;
obj to CalculatorUI.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setTableByRef(ITable rhs1)
throws java.io.IOException,
AutomationException
setTableByRef in interface ICalculatorUIsetTableByRef in interface ICalculatorUI2rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet rhs1)
throws java.io.IOException,
AutomationException
setSelectionSetByRef in interface ICalculatorUIsetSelectionSetByRef in interface ICalculatorUI2rhs1 - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter rhs1)
throws java.io.IOException,
AutomationException
setQueryFilterByRef in interface ICalculatorUIsetQueryFilterByRef in interface ICalculatorUI2rhs1 - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCallbackByRef(ITableDataCallback rhs1)
throws java.io.IOException,
AutomationException
setCallbackByRef in interface ICalculatorUIsetCallbackByRef in interface ICalculatorUI2rhs1 - A reference to a com.esri.arcgis.geodatabaseui.ITableDataCallback (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setField(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setField in interface ICalculatorUIsetField in interface ICalculatorUI2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope doModal(int parentWindow)
throws java.io.IOException,
AutomationException
doModal in interface ICalculatorUIdoModal in interface ICalculatorUI2parentWindow - The parentWindow (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPreExpression(java.lang.String pPreExpression)
throws java.io.IOException,
AutomationException
setPreExpression in interface ICalculatorUI2pPreExpression - The pPreExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPreExpression()
throws java.io.IOException,
AutomationException
getPreExpression in interface ICalculatorUI2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(java.lang.String pExpression)
throws java.io.IOException,
AutomationException
setExpression in interface ICalculatorUI2pExpression - The pExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExpression()
throws java.io.IOException,
AutomationException
getExpression in interface ICalculatorUI2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFireRowEventsForJoins(boolean rhs1)
throws java.io.IOException,
AutomationException
setFireRowEventsForJoins in interface ICalculatorUIJoinSettingsrhs1 - The rhs1 (in)
java.io.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 | ||||||||