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