com.esri.arcgis.cartoUI
Interface IAnnotationExpressionProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationExpressionProperties, IAnnotationExpressionPropertiesProxy

public interface IAnnotationExpressionProperties
extends java.io.Serializable

COM Interface 'IAnnotationExpressionProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control the annotation (labeling) expression properties proxy.' 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 IID161be4c0_1a11_11d4_80d7_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureClass getDisplayFeatureClass()
          Feature class for testing the expression.
 java.lang.String getExpression()
          The expression.
 IAnnotationExpressionEngine getExpressionParser()
          The expression parser.
 boolean isExpressionSimple()
          Indicates if expression is simple.
 void setDisplayFeatureClassByRef(IFeatureClass featureClass)
          Feature class for testing the expression.
 void setExpression(java.lang.String expression)
          The expression.
 void setExpressionParserByRef(IAnnotationExpressionEngine parser)
          The expression parser.
 void setIsExpressionSimple(boolean isSimple)
          Indicates if expression is simple.
 

Field Detail

IID161be4c0_1a11_11d4_80d7_00c04f601565

static final int IID161be4c0_1a11_11d4_80d7_00c04f601565
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

getExpression

java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
The expression.

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

setExpression

void setExpression(java.lang.String expression)
                   throws java.io.IOException,
                          AutomationException
The expression.

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

setIsExpressionSimple

void setIsExpressionSimple(boolean isSimple)
                           throws java.io.IOException,
                                  AutomationException
Indicates if expression is simple.

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

isExpressionSimple

boolean isExpressionSimple()
                           throws java.io.IOException,
                                  AutomationException
Indicates if expression is simple.

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

setExpressionParserByRef

void setExpressionParserByRef(IAnnotationExpressionEngine parser)
                              throws java.io.IOException,
                                     AutomationException
The expression parser.

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

getExpressionParser

IAnnotationExpressionEngine getExpressionParser()
                                                throws java.io.IOException,
                                                       AutomationException
The expression parser.

Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayFeatureClassByRef

void setDisplayFeatureClassByRef(IFeatureClass featureClass)
                                 throws java.io.IOException,
                                        AutomationException
Feature class for testing the expression.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayFeatureClass

IFeatureClass getDisplayFeatureClass()
                                     throws java.io.IOException,
                                            AutomationException
Feature class for testing the expression.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.