com.esri.arcgis.carto
Interface IMaplexDictionaries

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexDictionariesProxy, MaplexDictionaries

public interface IMaplexDictionaries
extends java.io.Serializable

COM Interface 'IMaplexDictionaries'. 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 dictionaries.' 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_0e3a_13ac_eb91_5ac2902ffe2b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addDictionary(IMaplexDictionary dictionary)
          Adds a dictionary to the collection.
 void clear()
          Removes all dictionaries from the collection.
 IMaplexDictionary getDictionary(int index)
          Queries a dictionary from the collection.
 int getDictionaryCount()
          The number of dictionaries in the collection.
 void removeDictionary(int index)
          Deletes the dictionary from the collection.
 

Field Detail

IID20664808_0e3a_13ac_eb91_5ac2902ffe2b

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

getDictionaryCount

int getDictionaryCount()
                       throws java.io.IOException,
                              AutomationException
The number of dictionaries in the collection.

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

addDictionary

void addDictionary(IMaplexDictionary dictionary)
                   throws java.io.IOException,
                          AutomationException
Adds a dictionary to the collection.

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

getDictionary

IMaplexDictionary getDictionary(int index)
                                throws java.io.IOException,
                                       AutomationException
Queries a dictionary from the collection.

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

removeDictionary

void removeDictionary(int index)
                      throws java.io.IOException,
                             AutomationException
Deletes the dictionary 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 dictionaries from the collection.

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