com.esri.core.symbol
Class MultiLayerSymbol

java.lang.Object
  extended by 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

Constructor Summary
MultiLayerSymbol()
           
MultiLayerSymbol(org.codehaus.jackson.JsonNode tempNode)
           
 
Method Summary
 MultiLayerSymbol copy()
          Gets a copy of this Symbol object.
 String toJson()
          Converts the symbol to a Json String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLayerSymbol

public MultiLayerSymbol()

MultiLayerSymbol

public MultiLayerSymbol(org.codehaus.jackson.JsonNode tempNode)
Method Detail

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.