com.esri.arcgis.carto
Interface ICoverageAnnotationSel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CoverageAnnotationLayer, ICoverageAnnotationSelProxy

public interface ICoverageAnnotationSel
extends java.io.Serializable

COM Interface 'ICoverageAnnotationSel'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a coverage annotation layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID158d86f6_0a72_488e_a448_ac0d86725af7
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID158d86f6_0a72_488e_a448_ac0d86725af7

static final int IID158d86f6_0a72_488e_a448_ac0d86725af7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

startGeneratingSelectedGraphics

void startGeneratingSelectedGraphics(IDisplay display,
                                     boolean withAttributes,
                                     boolean useGroupSymbolElement)
                                     throws java.io.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.

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

nextSelectedFeatureAndGraphic

void nextSelectedFeatureAndGraphic(IFeature[] feature,
                                   IElement[] element)
                                   throws java.io.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.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.