implicit class withSpatialTileRDDRenderMethods extends SpatialTileRDDRenderMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSpatialTileRDDRenderMethods
- SpatialTileRDDRenderMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSpatialTileRDDRenderMethods(self: RDD[(SpatialKey, Tile)])
Value Members
-
def
color(colorMap: ColorMap): RDD[(SpatialKey, Tile)]
- Definition Classes
- SpatialTileRDDRenderMethods
-
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
-
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
-
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
-
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
-
val
self: RDD[(SpatialKey, Tile)]
- Definition Classes
- withSpatialTileRDDRenderMethods → MethodExtensions