com.esri.arcgis.carto
Interface IAnnotationExpressionEngine

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationJScriptEngine, AnnotationPythonEngine, AnnotationVBScriptEngine, HotLinkJScriptEngine, HotLinkPythonEngine, HotLinkVBScriptEngine, IAnnotationExpressionEngineProxy

public interface IAnnotationExpressionEngine
extends java.io.Serializable

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

IIDaa157206_e079_11d2_9f48_00c04f6bc6a5

static final int IIDaa157206_e079_11d2_9f48_00c04f6bc6a5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the expression engine.

Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAppendCode

java.lang.String getAppendCode()
                               throws java.io.IOException,
                                      AutomationException
The code to append.

Returns:
The appendCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFunction

java.lang.String createFunction(java.lang.String name,
                                java.lang.String parameters,
                                java.lang.String expression)
                                throws java.io.IOException,
                                       AutomationException
Creates the specified function.

Parameters:
name - The name (in)
parameters - The parameters (in)
expression - The expression (in)
Returns:
The function
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

IAnnotationExpressionParser setExpression(java.lang.String preCode,
                                          java.lang.String expression)
                                          throws java.io.IOException,
                                                 AutomationException
The expression to base labels on.

Parameters:
preCode - The preCode (in)
expression - The expression (in)
Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionParser
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCode

IAnnotationExpressionParser setCode(java.lang.String fullCode,
                                    java.lang.String runFunction)
                                    throws java.io.IOException,
                                           AutomationException
The function to base labels on.

Parameters:
fullCode - The fullCode (in)
runFunction - The runFunction (in)
Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionParser
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.