com.esri.arcgis.carto
Interface IMaplexDictionary

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMaplexDictionaryProxy, MaplexDictionary

public interface IMaplexDictionary
extends java.io.Serializable

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

Description: 'Provides access to members that control a Maplex dictionary.' 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_0a3a_1eac_91d3_f3ef422a61a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addEntry(IMaplexDictionaryEntry dicEntry)
          Adds an entry to the dictionary.
 void clear()
          Removes all entries from the dictionary.
 IMaplexDictionaryEntry getEntry(int index)
          Gets an entry from the dictionary.
 int getEntryCount()
          The number of entries in the dictionary.
 java.lang.String getName()
          The name of the dictionary.
 void setName(java.lang.String name)
          The name of the dictionary.
 

Field Detail

IID20664808_0a3a_1eac_91d3_f3ef422a61a5

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the dictionary.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the dictionary.

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

getEntryCount

int getEntryCount()
                  throws java.io.IOException,
                         AutomationException
The number of entries in the dictionary.

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

addEntry

void addEntry(IMaplexDictionaryEntry dicEntry)
              throws java.io.IOException,
                     AutomationException
Adds an entry to the dictionary.

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

getEntry

IMaplexDictionaryEntry getEntry(int index)
                                throws java.io.IOException,
                                       AutomationException
Gets an entry from the dictionary.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IMaplexDictionaryEntry
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 entries from the dictionary.

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