abstract class SpatialTileLayerRDDRenderMethods[M] extends MethodExtensions[RDD[(SpatialKey, Tile)] with Metadata[M]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpatialTileLayerRDDRenderMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpatialTileLayerRDDRenderMethods()(implicit arg0: GetComponent[M, CRS], arg1: GetComponent[M, LayoutDefinition])
Abstract Value Members
-
abstract
def
self: RDD[(SpatialKey, Tile)] with Metadata[M]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
renderGeoTiff(): RDD[(SpatialKey, SinglebandGeoTiff)]
Renders each tile as a GeoTiff, represented by the bytes of the GeoTiff file.