trait ColorMap extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorMap
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def breaksString: String

    Retrieve a "breaks string" from ColorMap data.

    Retrieve a "breaks string" from ColorMap data. The opposite of the ColorMap.fromString methods.

  2. abstract def colors: Vector[Int]
  3. abstract def map(v: Int): Int
  4. abstract def mapColors(f: (Int) ⇒ Int): ColorMap
  5. abstract def mapColorsToIndex(): ColorMap

    Maps each color value to its index in the colors sequence.

    Maps each color value to its index in the colors sequence. This is useful for table lookup encodings (ex: geotrellis.raster.render.png.IndexedPngEncoding)

  6. abstract def mapDouble(v: Double): Int
  7. abstract val options: Options
  8. abstract def withBoundaryType(classBoundaryType: ClassBoundaryType): ColorMap
  9. abstract def withFallbackColor(color: Int): ColorMap
  10. abstract def withNoDataColor(color: Int): ColorMap

Concrete Value Members

  1. lazy val grey: Boolean
  2. lazy val opaque: Boolean
  3. def render(tile: Tile): Tile