|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.cartoUI.IAnnotationExpressionPropertiesProxy
public class IAnnotationExpressionPropertiesProxy
Provides access to members that control the annotation (labeling) expression properties proxy.
| 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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IAnnotationExpressionPropertiesProxy()
public IAnnotationExpressionPropertiesProxy(Object obj)
throws IOException
IOException
protected IAnnotationExpressionPropertiesProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getExpression()
throws IOException,
AutomationException
getExpression in interface IAnnotationExpressionPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(String expression)
throws IOException,
AutomationException
setExpression in interface IAnnotationExpressionPropertiesexpression - The expression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsExpressionSimple(boolean isSimple)
throws IOException,
AutomationException
setIsExpressionSimple in interface IAnnotationExpressionPropertiesisSimple - The isSimple (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExpressionSimple()
throws IOException,
AutomationException
isExpressionSimple in interface IAnnotationExpressionPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionParserByRef(IAnnotationExpressionEngine parser)
throws IOException,
AutomationException
setExpressionParserByRef in interface IAnnotationExpressionPropertiesparser - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAnnotationExpressionEngine getExpressionParser()
throws IOException,
AutomationException
getExpressionParser in interface IAnnotationExpressionPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayFeatureClassByRef(IFeatureClass featureClass)
throws IOException,
AutomationException
setDisplayFeatureClassByRef in interface IAnnotationExpressionPropertiesfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureClass getDisplayFeatureClass()
throws IOException,
AutomationException
getDisplayFeatureClass in interface IAnnotationExpressionPropertiesIOException - 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 | ||||||||