com.esri.aims.mtier.model.map.layer.renderer
Class Other

java.lang.Object
  |
  +--com.esri.aims.mtier.model.map.layer.renderer.ValueMap
        |
        +--com.esri.aims.mtier.model.map.layer.renderer.Other
All Implemented Interfaces:
Serializable

public class Other
extends ValueMap

Used with a ValueMapRenderer or ValueMapLabelRenderer object as the default for rendering symbols that do not meet the criteria for any Range or Exact values.

See Also:
Serialized Form

Constructor Summary
Other()
          Constructs an instance of an Other object.
 
Method Summary
 String getType()
          Returns the Renderer type as string.
 
Methods inherited from class com.esri.aims.mtier.model.map.layer.renderer.ValueMap
getLabel, getSymbol, setLabel, setSymbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Other

public Other()
Constructs an instance of an Other object.

Other other = new Other();

Method Detail

getType

public String getType()
Returns the Renderer type as string.

Specified by:
getType in class ValueMap
Returns:
String