|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotationExpressionParser
Provides access to members to parse annotation expressions.
The IAnnotationExpressionParser is a low level interface maintaining information about the labeling expression.
ILabelEngineLayerProperties| Method Summary | |
|---|---|
String |
findLabel(IFeature feature)
The label for a given feature based on the annotation expression. |
String |
getAttribute(int index)
The attribute fields in the expression. |
int |
getAttributeCount()
The number of attribute fields in the expression. |
String |
getExpression()
The annotation expression. |
void |
lastError(int[] number,
int[] line,
String[] description)
Reports error that occurred in FindLabel method. |
| Method Detail |
|---|
String getExpression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAttributeCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAttribute(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String findLabel(IFeature feature)
throws IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void lastError(int[] number,
int[] line,
String[] description)
throws IOException,
AutomationException
number - The number (in/out: use single element array)line - The line (in/out: use single element array)description - The description (in/out: use single element array)
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 | ||||||||