Class RasterDensitySurface

All Implemented Interfaces:
Serializable, Cloneable

public class RasterDensitySurface extends Classification
See Also:
  • Constructor Details

    • RasterDensitySurface

      public RasterDensitySurface()
  • Method Details

    • clone

      public Object clone()
      Description copied from class: Thematic
      Constructs a clone of this theme.
      Specified by:
      clone in class Thematic
      Returns:
      a new KTheme object cloned on this theme.
    • findCategory

      public ThematicCategory findCategory(Object value)
      Description copied from class: Classification
      Finds the category that contains the specified value object.
      Specified by:
      findCategory in class Classification
      Parameters:
      value -
      Returns:
      The found category, null otherwise