com.esri.arcgis.maplex
Interface IEnumMaplexPlacedLabel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumMaplexPlacedLabel, IEnumMaplexPlacedLabelProxy

public interface IEnumMaplexPlacedLabel
extends java.io.Serializable

COM Interface 'IEnumMaplexPlacedLabel'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriMaplex.olb'

Description: 'Provides access to an enumeration of placed labels created by Maplex Overposter.' 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 IID20664808_3fe5_17a9_8ddf_0ea039e4139d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMaplexPlacedLabel next()
          Next placed label in the enumeration.
 void reset()
          Reset the enumeration to the beginning.
 

Field Detail

IID20664808_3fe5_17a9_8ddf_0ea039e4139d

static final int IID20664808_3fe5_17a9_8ddf_0ea039e4139d
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

next

IMaplexPlacedLabel next()
                        throws java.io.IOException,
                               AutomationException
Next placed label in the enumeration.

Returns:
A reference to a com.esri.arcgis.maplex.IMaplexPlacedLabel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Reset the enumeration to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.