|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationExpressionParser2
Provides access to members to parse annotation expressions.
Method Summary | |
---|---|
String |
findLabel(IFeature feature,
ILayerFields pLayerFields)
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, ILayerFields pLayerFields) throws IOException, AutomationException
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pLayerFields
- A reference to a com.esri.arcgis.carto.ILayerFields (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 |