object Render

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Render
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def renderGeoTiff[M](rdd: RDD[(SpatialKey, MultibandTile)] with Metadata[M])(implicit arg0: GetComponent[M, CRS], arg1: GetComponent[M, LayoutDefinition], d: DummyImplicit): RDD[(SpatialKey, MultibandGeoTiff)]

    Renders each multiband tile as a MultibandGeoTiff

    Renders each multiband tile as a MultibandGeoTiff

    rdd

    The RDD of spatial multiband tiles to render.

  2. def renderGeoTiff[M](rdd: RDD[(SpatialKey, Tile)] with Metadata[M])(implicit arg0: GetComponent[M, CRS], arg1: GetComponent[M, LayoutDefinition]): RDD[(SpatialKey, SinglebandGeoTiff)]

    Renders each tile as a SinglebandGeoTiff.

    Renders each tile as a SinglebandGeoTiff.

    rdd

    The RDD of spatial tiles to render.

  3. def renderJpg(rdd: RDD[(SpatialKey, Tile)], colorMap: ColorMap): RDD[(SpatialKey, Jpg)]

    Renders each tile as a JPG.

    Renders each tile as a JPG.

    rdd

    The RDD of spatial tiles to render.

    colorMap

    ColorMap to use when rendering tile values to color.

  4. def renderJpg(rdd: RDD[(SpatialKey, Tile)]): RDD[(SpatialKey, Jpg)]

    Renders each tile as a JPG.

    Renders each tile as a JPG. Assumes tiles are already colors of RGBA values.

    rdd

    The RDD of spatial tiles to render.

  5. def renderPng(rdd: RDD[(SpatialKey, Tile)], colorMap: ColorMap): RDD[(SpatialKey, Png)]

    Renders each tile as a PNG.

    Renders each tile as a PNG.

    rdd

    The RDD of spatial tiles to render.

    colorMap

    ColorMap to use when rendering tile values to color.

  6. def renderPng(rdd: RDD[(SpatialKey, Tile)]): RDD[(SpatialKey, Png)]

    Renders each tile as a PNG.

    Renders each tile as a PNG.

    rdd

    The RDD of spatial tiles to render.