| java.lang.Object | |
| ↳ | com.esri.core.symbol.MultiLayerSymbol |
MultiLayerSymbol class indicates that the symbol is a multilayer symbol. It does not export any public properties.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
MultiLayerSymbol()
The Constructor.
| |||||||||||
|
MultiLayerSymbol(JsonNode tempNode)
The Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MultiLayerSymbol |
copy()
Gets a copy of this Symbol object.
| ||||||||||
| String |
toJson()
Converts the symbol to a Json String.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.esri.core.symbol.Symbol
| |||||||||||
The Constructor.
The Constructor.
| tempNode | the temp node |
|---|