|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExpression
COM Interface 'IExpression'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control expression calculation.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3c957f4d_2120_11d4_a383_00c04f6bc619
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
double |
calculate(IFeature pFeature)
Perform the calculation. |
java.lang.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(java.lang.String pExpression)
Expression string applied to the field of each row in the cursor. |
| Field Detail |
|---|
static final int IID3c957f4d_2120_11d4_a383_00c04f6bc619
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpression(java.lang.String pExpression)
throws java.io.IOException,
AutomationException
pExpression - The pExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double calculate(IFeature pFeature)
throws java.io.IOException,
AutomationException
pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isValid(ITable pTable)
throws java.io.IOException,
AutomationException
pTable - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||