com.esri.arcgis.cartoUI
Class IAnnotationExpressionPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartoUI.IAnnotationExpressionPropertiesProxy
All Implemented Interfaces:
IAnnotationExpressionProperties, Externalizable, Serializable

public class IAnnotationExpressionPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IAnnotationExpressionProperties, Serializable

Provides access to members that control the annotation (labeling) expression properties proxy.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IAnnotationExpressionPropertiesProxy()
           
  IAnnotationExpressionPropertiesProxy(Object obj)
           
protected IAnnotationExpressionPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IFeatureClass getDisplayFeatureClass()
          Feature class for testing the expression.
 String getExpression()
          The expression.
 IAnnotationExpressionEngine getExpressionParser()
          The expression parser.
 boolean isExpressionSimple()
          Indicates if expression is simple.
 void removeListener(String iidStr, Object theListener)
           
 void setDisplayFeatureClassByRef(IFeatureClass featureClass)
          Feature class for testing the expression.
 void setExpression(String expression)
          The expression.
 void setExpressionParserByRef(IAnnotationExpressionEngine parser)
          The expression parser.
 void setIsExpressionSimple(boolean isSimple)
          Indicates if expression is simple.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IAnnotationExpressionPropertiesProxy

public IAnnotationExpressionPropertiesProxy()

IAnnotationExpressionPropertiesProxy

public IAnnotationExpressionPropertiesProxy(Object obj)
                                     throws IOException
Throws:
IOException

IAnnotationExpressionPropertiesProxy

protected IAnnotationExpressionPropertiesProxy(Object obj,
                                               String iid)
                                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getExpression

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setExpression

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setIsExpressionSimple

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

isExpressionSimple

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setExpressionParserByRef

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

Product Availability

Available with ArcGIS Desktop.

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

getExpressionParser

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getExpressionParser in interface IAnnotationExpressionProperties
Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayFeatureClassByRef

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

Product Availability

Available with ArcGIS Desktop.

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

getDisplayFeatureClass

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getDisplayFeatureClass in interface IAnnotationExpressionProperties
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.