com.esri.core.symbol
Class MultiLayerSymbol
java.lang.Object
com.esri.core.symbol.MultiLayerSymbol
- All Implemented Interfaces:
- Symbol, Serializable
public class MultiLayerSymbol
- extends Object
- implements Symbol
MultiLayerSymbol class indicates that the symbol is a multilayer symbol. It does not export any public properties.
- See Also:
- Serialized Form
MultiLayerSymbol
public MultiLayerSymbol()
MultiLayerSymbol
public MultiLayerSymbol(org.codehaus.jackson.JsonNode tempNode)
toJson
public String toJson()
throws Exception
- Description copied from interface:
Symbol
- Converts the symbol to a Json String.
- Specified by:
toJson
in interface Symbol
- Throws:
Exception
copy
public MultiLayerSymbol copy()
throws Exception
- Description copied from interface:
Symbol
- Gets a copy of this Symbol object.
- Specified by:
copy
in interface Symbol
- Returns:
- Symbol object
- Throws:
Exception
Copyright © 2012. All Rights Reserved.