Class LeafMap

java.lang.Object
de.grogra.pointcloud.importer.LeafMap
All Implemented Interfaces:
Map

public class LeafMap extends Object implements Map
Read the registry and map the name from the items bellow the filter to their given class.
  • Constructor Details

    • LeafMap

      public LeafMap(Item base)
  • Method Details

    • get

      public Object get(Object key, Object defaultValue)
      Description copied from interface: Map
      Returns the value associated with key. If there is no value associated with key, defaultValue is returned.
      Specified by:
      get in interface Map
      Parameters:
      key - a key for the map
      defaultValue - the default value
      Returns:
      the associated value, or defaultValue
    • eval

      public Object eval(String name)