geotrellis.render

op

package op

Visibility
  1. Public
  2. All

Type Members

  1. case class BuildColorBreaks(breaks: Op[Array[Int]], colors: Op[Array[Int]]) extends Op2[Array[Int], Array[Int], ColorBreaks] with Product with Serializable

  2. case class GetColorBreaks(h: Op[Histogram], cs: Op[Array[Int]]) extends Op[ColorBreaks] with Product with Serializable

    Generate quantile class breaks with assigned colors.

  3. case class GetColorsFromPalette(palette: Op[Array[Int]], num: Op[Int]) extends Op2[Array[Int], Int, Array[Int]] with Product with Serializable

    Creates a range of colors interpolated from a smaller set of colors.

  4. trait RenderOpMethods[+Repr <: RasterSource] extends AnyRef

  5. case class RenderPng(r: Op[Raster], colorBreaks: Op[ColorBreaks], noDataColor: Op[Int], histogram: Option[Histogram]) extends Op3[Raster, ColorBreaks, Int, Array[Byte]] with Product with Serializable

    Generate a PNG image from a raster.

  6. case class RenderPngRgba(r: Op[Raster]) extends Op1[Raster, Array[Byte]] with Product with Serializable

    Generate a PNG from a raster of RGBA integer values.

Value Members

  1. object ColorRaster

  2. object RenderPng extends Serializable

  3. object SimpleRenderPng

    Generate a PNG image from a data raster.

Ungrouped