| java.lang.Object | |||
| ↳ | com.esri.android.map.Layer | ||
| ↳ | com.esri.android.map.GroupLayer | ||
| ↳ | com.esri.core.symbol.advanced.MessageGroupLayer | ||
This class is used with the MessageProcessor class to display the graphics associated with processed
messages.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.android.map.Layer
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
MessageGroupLayer()
Instantiates a new message group layer without a
MessageProcessor.Users can use the instance to create a MessageProcessor | |||||||||||
|
MessageGroupLayer(SymbolDictionary.DictionaryType type)
Instantiates a new message group layer along with a new
MessageProcessor for the given. | |||||||||||
|
MessageGroupLayer(SymbolDictionary.DictionaryType type, String symbolDictionaryPath)
Instantiates a new message group layer along with a new
MessageProcessor for the given. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MessageProcessor |
getMessageProcessor()
Get the message processor created by this class.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.android.map.GroupLayer
| |||||||||||
From class
com.esri.android.map.Layer
| |||||||||||
From class
java.lang.Object
| |||||||||||
Instantiates a new message group layer without a MessageProcessor.Users can use the instance to create a MessageProcessor
Instantiates a new message group layer along with a new MessageProcessor for the given.
| type | the type of message processor to create. |
|---|
| FileNotFoundException | the file not found exception
SymbolDictionary.DictionaryType. This group layer will be automatically associated with the message processor instance.
|
|---|
Instantiates a new message group layer along with a new MessageProcessor for the given.
| type | the type of message processor to create. |
|---|---|
| symbolDictionaryPath | the symbol dictionary path |
| FileNotFoundException | the file not found exception
SymbolDictionary.DictionaryType. A path to the symbol dictionary to be used can also be specified. If no symbol dictionary
path is specified, the system default will be used.
|
|---|
Get the message processor created by this class.
MessageProcessor instance created by this class.