trait SpatialTileRDDRenderMethods extends MethodExtensions[RDD[(SpatialKey, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpatialTileRDDRenderMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: RDD[(SpatialKey, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def color(colorMap: ColorMap): RDD[(SpatialKey, Tile)]
-
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.
-
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.
-
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.
-
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.