geotrellis

render

package render

Visibility
  1. Public
  2. All

Type Members

  1. case class CachedColorMap(colors: Array[Int], options: ColorMapOptions, h: Histogram) extends ColorMap with (Int) ⇒ Int with Product with Serializable

  2. case class ColorBreaks(limits: Array[Int], colors: Array[Int]) extends Product with Serializable

    ColorBreaks describes a way to render a raster into a colored image.

  3. trait ColorMap extends AnyRef

  4. case class ColorMapOptions(colorMapType: ColorMapType, noDataColor: Int = 0, noMapColor: Int = 0, strict: Boolean = false) extends Product with Serializable

  5. sealed abstract class ColorMapType extends AnyRef

  6. class ColorRamp extends AnyRef

    * List of colors for rendering a raster.

  7. case class DoubleColorMap(breaksToColors: Map[Double, Int], options: ColorMapOptions = ColorMapOptions.Default) extends ColorMap with Product with Serializable

  8. case class IntColorMap(breaksToColors: Map[Int, Int], options: ColorMapOptions = ColorMapOptions.Default) extends ColorMap with Product with Serializable

Value Members

  1. object Color

    All colors in geotrellis are encoded as RGBA integer values.

  2. object ColorBreaks extends Serializable

  3. object ColorMap

  4. object ColorMapOptions extends Serializable

  5. object ColorRamp

  6. object ColorRamps

  7. object Exact extends ColorMapType with Product with Serializable

  8. object GreaterThan extends ColorMapType with Product with Serializable

  9. object LessThan extends ColorMapType with Product with Serializable

  10. package op

  11. package png

Ungrouped