object Render
- Alphabetic
- By Inheritance
- Render
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.