|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationExpressionEngine
COM Interface 'IAnnotationExpressionEngine'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that work with low level information about a script based labeling expression.' 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 |
IIDaa157206_e079_11d2_9f48_00c04f6bc6a5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
createFunction(java.lang.String name,
java.lang.String parameters,
java.lang.String expression)
Creates the specified function. |
java.lang.String |
getAppendCode()
The code to append. |
java.lang.String |
getName()
The name of the expression engine. |
IAnnotationExpressionParser |
setCode(java.lang.String fullCode,
java.lang.String runFunction)
The function to base labels on. |
IAnnotationExpressionParser |
setExpression(java.lang.String preCode,
java.lang.String expression)
The expression to base labels on. |
Field Detail |
---|
static final int IIDaa157206_e079_11d2_9f48_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAppendCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String createFunction(java.lang.String name, java.lang.String parameters, java.lang.String expression) throws java.io.IOException, AutomationException
name
- The name (in)parameters
- The parameters (in)expression
- The expression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAnnotationExpressionParser setExpression(java.lang.String preCode, java.lang.String expression) throws java.io.IOException, AutomationException
preCode
- The preCode (in)expression
- The expression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAnnotationExpressionParser setCode(java.lang.String fullCode, java.lang.String runFunction) throws java.io.IOException, AutomationException
fullCode
- The fullCode (in)runFunction
- The runFunction (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 |