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

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

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)
          Creates a 2525C message to remove the symbol.
static Message MessageHelper.create2525CUpdateMessage(String ID, Map<String,Object> attributes)
          Creates a 2525C message to update the symbol with specified properties.
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes)
          Creates a 2525C message to update the symbol.
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, int WKID)
          Creates a 2525C message to create or update the symbol.
static Message MessageHelper.create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, String WKT)
          Creates a 2525C message to create or update the symbol.
static Message MessageHelper.create2525CUpdateMessage(String ID, String propertyName, Object propertyValue)
          Creates a 2525C message to update the symbol with specified property name and value.
 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.
 

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.