geotrellis.raster

render

package render

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. render
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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

  9. case class Png(bytes: Array[Byte]) extends Product with Serializable

  10. implicit class RenderMethodExtensions extends RenderMethods

  11. trait RenderMethods extends TileMethods

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. object Png extends Serializable

  11. package png

Inherited from AnyRef

Inherited from Any

Ungrouped