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.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
MultiLayerSymbol()
          The Constructor.
MultiLayerSymbol(org.codehaus.jackson.JsonNode tempNode)
          The Constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLayerSymbol

public MultiLayerSymbol()
The Constructor.

Since:
1.1

MultiLayerSymbol

public MultiLayerSymbol(org.codehaus.jackson.JsonNode tempNode)
The Constructor.

Parameters:
tempNode - the temp node
Since:
1.1
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 © 2010. All Rights Reserved.