object Render
- Alphabetic
- By Inheritance
- Render
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()