|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.AnnotationExpressionProperties
public class AnnotationExpressionProperties
An ESRI annotation expression properties.
Constructor Summary | |
---|---|
AnnotationExpressionProperties(Object obj)
Construct a AnnotationExpressionProperties using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
IFeatureClass |
getDisplayFeatureClass()
Feature class for testing the expression. |
String |
getExpression()
The expression. |
IAnnotationExpressionEngine |
getExpressionParser()
The expression parser. |
int |
hashCode()
the hashcode for this object |
boolean |
isExpressionSimple()
Indicates if expression is simple. |
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 java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public AnnotationExpressionProperties(Object obj) throws IOException
obj
to AnnotationExpressionProperties
. *
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
IOException
- if there are interop problems
AnnotationExpressionProperties theAnnotationExpressionProperties = (AnnotationExpressionProperties) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getExpression() throws IOException, AutomationException
getExpression
in interface IAnnotationExpressionProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpression(String expression) throws IOException, AutomationException
setExpression
in interface IAnnotationExpressionProperties
expression
- 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 IAnnotationExpressionProperties
isSimple
- 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 IAnnotationExpressionProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpressionParserByRef(IAnnotationExpressionEngine parser) throws IOException, AutomationException
setExpressionParserByRef
in interface IAnnotationExpressionProperties
parser
- 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 IAnnotationExpressionProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayFeatureClassByRef(IFeatureClass featureClass) throws IOException, AutomationException
setDisplayFeatureClassByRef
in interface IAnnotationExpressionProperties
featureClass
- 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 IAnnotationExpressionProperties
IOException
- 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 |