com.esri.arcgis.carto
Interface ICoverageAnnotationSel

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CoverageAnnotationLayer

public interface ICoverageAnnotationSel
extends Serializable

Provides access to members that control a coverage annotation layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void nextSelectedFeatureAndGraphic(IFeature[] feature, IElement[] element)
          Generates the next selected feature and graphic element in the graphics generation loop.
 void startGeneratingSelectedGraphics(IDisplay display, boolean withAttributes, boolean useGroupSymbolElement)
          Starts a graphics generation process from the selected annotation features.
 

Method Detail

startGeneratingSelectedGraphics

void startGeneratingSelectedGraphics(IDisplay display,
                                     boolean withAttributes,
                                     boolean useGroupSymbolElement)
                                     throws IOException,
                                            AutomationException
Starts a graphics generation process from the selected annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
withAttributes - The withAttributes (in)
useGroupSymbolElement - The useGroupSymbolElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextSelectedFeatureAndGraphic

void nextSelectedFeatureAndGraphic(IFeature[] feature,
                                   IElement[] element)
                                   throws IOException,
                                          AutomationException
Generates the next selected feature and graphic element in the graphics generation loop. Returns a NULL feature and element after the last annotation feature has been read. Call only after StartGeneratingGraphics.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)
element - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.