Uses of Class
com.esri.core.symbol.advanced.SymbolDictionary.DictionaryType

Packages that use SymbolDictionary.DictionaryType
com.esri.core.symbol.advanced Contains classes for advanced symbol and message processing. 
 

Uses of SymbolDictionary.DictionaryType in com.esri.core.symbol.advanced
 

Methods in com.esri.core.symbol.advanced that return SymbolDictionary.DictionaryType
 SymbolDictionary.DictionaryType MessageProcessor.getDictionaryType()
          Gets the dictionary type.
static SymbolDictionary.DictionaryType SymbolDictionary.DictionaryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SymbolDictionary.DictionaryType[] SymbolDictionary.DictionaryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.esri.core.symbol.advanced with parameters of type SymbolDictionary.DictionaryType
MessageProcessor(SymbolDictionary.DictionaryType type, GroupLayer groupLayer)
          Constructs a MessageProcesor object using specified SymbolDictionary.DictionaryType and GroupLayer.
MessageProcessor(SymbolDictionary.DictionaryType type, GroupLayer groupLayer, String symbolDictionaryPath)
          Constructs a MessageProcesor object using specified SymbolDictionary.DictionaryType, GroupLayer and resource bundle path.
SymbolDictionary(SymbolDictionary.DictionaryType type)
          Constructor requiring the type of dictionary to be created.
SymbolDictionary(SymbolDictionary.DictionaryType type, String resourcePath)
          Constructor requiring the type of dictionary to be created and the path to the dictionary file on the device.
 



Copyright © 2012. All Rights Reserved.