t

geotrellis.spark.render

SpatialTileRDDRenderMethods

trait SpatialTileRDDRenderMethods extends MethodExtensions[RDD[(SpatialKey, Tile)]]

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

Abstract Value Members

  1. abstract def self: RDD[(SpatialKey, Tile)]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def color(colorMap: ColorMap): RDD[(SpatialKey, Tile)]
  2. def renderJpg(colorMap: ColorMap): RDD[(SpatialKey, Jpg)]

    Renders each tile as a JPG.

    Renders each tile as a JPG.

    colorMap

    ColorMap to use when rendering tile values to color.

  3. def renderJpg(): RDD[(SpatialKey, Jpg)]

    Renders each tile as a JPG.

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

  4. def renderPng(colorMap: ColorMap): RDD[(SpatialKey, Png)]

    Renders each tile as a PNG.

    Renders each tile as a PNG.

    colorMap

    ColorMap to use when rendering tile values to color.

  5. def renderPng(): RDD[(SpatialKey, Png)]

    Renders each tile as a PNG.

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