com.esri.arcgis.cartoUI
Class AnnotationExpressionProperties

java.lang.Object
  extended by com.esri.arcgis.cartoUI.AnnotationExpressionProperties
All Implemented Interfaces:
IAnnotationExpressionProperties, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class AnnotationExpressionProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAnnotationExpressionProperties

COM Class 'AnnotationExpressionProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'An Esri annotation expression properties.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.cartoUI.IAnnotationExpressionProperties
IID, IID161be4c0_1a11_11d4_80d7_00c04f601565, xxDummy
 
Constructor Summary
AnnotationExpressionProperties(java.lang.Object obj)
          Construct a AnnotationExpressionProperties using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 IFeatureClass getDisplayFeatureClass()
          Feature class for testing the expression.
 java.lang.String getExpression()
          The expression.
 IAnnotationExpressionEngine getExpressionParser()
          The expression parser.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 boolean isExpressionSimple()
          Indicates if expression is simple.
 void release()
          Release a AnnotationExpressionProperties.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationExpressionProperties

public AnnotationExpressionProperties(java.lang.Object obj)
                               throws java.io.IOException
Construct a AnnotationExpressionProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AnnotationExpressionProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
AnnotationExpressionProperties o = (AnnotationExpressionProperties)obj; // will not work

AnnotationExpressionProperties o = new AnnotationExpressionProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems AnnotationExpressionProperties theAnnotationExpressionProperties = (AnnotationExpressionProperties) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AnnotationExpressionProperties.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getExpression

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

Specified by:
getExpression in interface IAnnotationExpressionProperties
Returns:
The expression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

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

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

setIsExpressionSimple

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

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

isExpressionSimple

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

Specified by:
isExpressionSimple in interface IAnnotationExpressionProperties
Returns:
The isSimple
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionParserByRef

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

Specified by:
setExpressionParserByRef in interface IAnnotationExpressionProperties
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

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

Specified by:
getExpressionParser in interface IAnnotationExpressionProperties
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

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

Specified by:
setDisplayFeatureClassByRef in interface IAnnotationExpressionProperties
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

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

Specified by:
getDisplayFeatureClass in interface IAnnotationExpressionProperties
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.