com.esri.arcgis.carto
Interface IMaplexKeyNumberGroups

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexKeyNumberGroupsProxy, MaplexKeyNumberGroups

public interface IMaplexKeyNumberGroups
extends java.io.Serializable

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

Description: 'Provides access to members that control a collection of Maplex Key Numbering Groups.' 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 IID6604e878_8ebb_b33c_8e31_7b355faf1960
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addGroup(IMaplexKeyNumberGroup group)
          Adds a key numbering group to the collection.
 void clear()
          Removes all key numbering groups from the collection.
 IMaplexKeyNumberGroup getGroup(int index)
          Queries a key numbering group from the collection.
 int getGroupCount()
          The number of key numbering groups in the collection.
 void removeGroup(int index)
          Deletes the key numbering group from the collection.
 

Field Detail

IID6604e878_8ebb_b33c_8e31_7b355faf1960

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

getGroupCount

int getGroupCount()
                  throws java.io.IOException,
                         AutomationException
The number of key numbering groups in the collection.

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

addGroup

void addGroup(IMaplexKeyNumberGroup group)
              throws java.io.IOException,
                     AutomationException
Adds a key numbering group to the collection.

Parameters:
group - A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroup (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroup

IMaplexKeyNumberGroup getGroup(int index)
                               throws java.io.IOException,
                                      AutomationException
Queries a key numbering group from the collection.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IMaplexKeyNumberGroup
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeGroup

void removeGroup(int index)
                 throws java.io.IOException,
                        AutomationException
Deletes the key numbering group from the collection.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Removes all key numbering groups from the collection.

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