c

geotrellis.spark.render

withSpatialTileRDDRenderMethods

implicit class withSpatialTileRDDRenderMethods extends SpatialTileRDDRenderMethods

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

Instance Constructors

  1. new withSpatialTileRDDRenderMethods(self: RDD[(SpatialKey, Tile)])

Value Members

  1. def color(colorMap: ColorMap): RDD[(SpatialKey, Tile)]
    Definition Classes
    SpatialTileRDDRenderMethods
  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.

    Definition Classes
    SpatialTileRDDRenderMethods
  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.

    Definition Classes
    SpatialTileRDDRenderMethods
  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.

    Definition Classes
    SpatialTileRDDRenderMethods
  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.

    Definition Classes
    SpatialTileRDDRenderMethods
  6. val self: RDD[(SpatialKey, Tile)]