public class

MultiLayerSymbol

extends Object
implements Symbol
java.lang.Object
   ↳ com.esri.core.symbol.MultiLayerSymbol

Class Overview

MultiLayerSymbol class indicates that the symbol is a multilayer symbol. It does not export any public properties.

Summary

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

Public Constructors

public MultiLayerSymbol ()

The Constructor.

public MultiLayerSymbol (JsonNode tempNode)

The Constructor.

Parameters
tempNode the temp node

Public Methods

public MultiLayerSymbol copy ()

Gets a copy of this Symbol object.

Returns
  • Symbol object
Throws
Exception

public String toJson ()

Converts the symbol to a Json String.

Throws
Exception