Uses of Class
com.esri.core.symbol.advanced.Message

Packages that use Message
com.esri.core.symbol.advanced   
 

Uses of Message in com.esri.core.symbol.advanced
 

Methods in com.esri.core.symbol.advanced that return Message
static Message MessageHelper.create2525CRemoveMessage(String ID, String messageType)
          Deprecated. 
static Message MessageHelper.create2525CSelectMessage(String ID, String messageType, boolean highlight)
          Deprecated. 
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints)
          Deprecated. 
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes)
          Deprecated. 
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, int WKID)
          Deprecated. 
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, String WKT)
          Deprecated. 
 Message MessageProcessor.createMessageFrom(Graphic graphic)
          Creates a Message from a Graphic object.
 Message MessageProcessor.createMessageFrom(String messageID)
          Creates a Message from an existing message ID.
static Message MessageHelper.createRemoveMessage(SymbolDictionary.DictionaryType type, String ID, String messageType)
           
static Message MessageHelper.createSelectMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, boolean highlight)
           
static Message MessageHelper.createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints)
           
static Message MessageHelper.createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes)
           
static Message MessageHelper.createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, int WKID)
           
static Message MessageHelper.createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, String WKT)
           
 

Methods in com.esri.core.symbol.advanced with parameters of type Message
 boolean MessageProcessor.processMessage(Message message)
          Processes the message which conforms to the format dictated by the dictionary type.
 

Constructors in com.esri.core.symbol.advanced with parameters of type Message
Message(Message other)
          Initializes a Message object from other message.
 



Copyright © 2012. All Rights Reserved.