com.esri.core.symbol.advanced
Class MessageHelper

java.lang.Object
  extended by com.esri.core.symbol.advanced.MessageHelper

public class MessageHelper
extends Object


Field Summary
static String MESSAGE_2525C_CONTROL_POINTS_PROPERTY_NAME
           
static String MESSAGE_2525C_TYPE_PROPERTY_NAME
           
static String MESSAGE_ACTION_PROPERTY_NAME
           
static String MESSAGE_ID_PROPERTY_NAME
           
static String MESSAGE_WKID_PROPERTY_NAME
           
static String MESSAGE_WKT_PROPERTY_NAME
           
 
Method Summary
static Message create2525CRemoveMessage(String ID, String messageType)
          Deprecated. 
static Message create2525CSelectMessage(String ID, String messageType, boolean highlight)
          Deprecated. 
static Message create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints)
          Deprecated. 
static Message create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes)
          Deprecated. 
static Message create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, int WKID)
          Deprecated. 
static Message create2525CUpdateMessage(String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, String WKT)
          Deprecated. 
static Message createRemoveMessage(SymbolDictionary.DictionaryType type, String ID, String messageType)
           
static Message createSelectMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, boolean highlight)
           
static Message createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints)
           
static Message createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes)
           
static Message createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, int WKID)
           
static Message createUpdateMessage(SymbolDictionary.DictionaryType type, String ID, String messageType, List<Point> controlPoints, Map<String,Object> attributes, String WKT)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_ID_PROPERTY_NAME

public static final String MESSAGE_ID_PROPERTY_NAME
See Also:
Constant Field Values

MESSAGE_WKID_PROPERTY_NAME

public static final String MESSAGE_WKID_PROPERTY_NAME
See Also:
Constant Field Values

MESSAGE_WKT_PROPERTY_NAME

public static final String MESSAGE_WKT_PROPERTY_NAME
See Also:
Constant Field Values

MESSAGE_ACTION_PROPERTY_NAME

public static final String MESSAGE_ACTION_PROPERTY_NAME
See Also:
Constant Field Values

MESSAGE_2525C_TYPE_PROPERTY_NAME

public static final String MESSAGE_2525C_TYPE_PROPERTY_NAME
See Also:
Constant Field Values

MESSAGE_2525C_CONTROL_POINTS_PROPERTY_NAME

public static final String MESSAGE_2525C_CONTROL_POINTS_PROPERTY_NAME
See Also:
Constant Field Values
Method Detail

createSelectMessage

public static Message createSelectMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType,
                                          boolean highlight)

create2525CSelectMessage

@Deprecated
public static Message create2525CSelectMessage(String ID,
                                                          String messageType,
                                                          boolean highlight)
Deprecated. 


createRemoveMessage

public static Message createRemoveMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType)

create2525CRemoveMessage

@Deprecated
public static Message create2525CRemoveMessage(String ID,
                                                          String messageType)
Deprecated. 


createUpdateMessage

public static Message createUpdateMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType,
                                          List<Point> controlPoints)

create2525CUpdateMessage

@Deprecated
public static Message create2525CUpdateMessage(String ID,
                                                          String messageType,
                                                          List<Point> controlPoints)
Deprecated. 


createUpdateMessage

public static Message createUpdateMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType,
                                          List<Point> controlPoints,
                                          Map<String,Object> attributes)

create2525CUpdateMessage

@Deprecated
public static Message create2525CUpdateMessage(String ID,
                                                          String messageType,
                                                          List<Point> controlPoints,
                                                          Map<String,Object> attributes)
Deprecated. 


createUpdateMessage

public static Message createUpdateMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType,
                                          List<Point> controlPoints,
                                          Map<String,Object> attributes,
                                          int WKID)

create2525CUpdateMessage

@Deprecated
public static Message create2525CUpdateMessage(String ID,
                                                          String messageType,
                                                          List<Point> controlPoints,
                                                          Map<String,Object> attributes,
                                                          int WKID)
Deprecated. 


createUpdateMessage

public static Message createUpdateMessage(SymbolDictionary.DictionaryType type,
                                          String ID,
                                          String messageType,
                                          List<Point> controlPoints,
                                          Map<String,Object> attributes,
                                          String WKT)

create2525CUpdateMessage

@Deprecated
public static Message create2525CUpdateMessage(String ID,
                                                          String messageType,
                                                          List<Point> controlPoints,
                                                          Map<String,Object> attributes,
                                                          String WKT)
Deprecated. 



Copyright © 2012. All Rights Reserved.