c

geotrellis.spark.render

SpatialTileLayerRDDRenderMethods

abstract class SpatialTileLayerRDDRenderMethods[M] extends MethodExtensions[RDD[(SpatialKey, Tile)] with Metadata[M]]

Linear Supertypes
MethodExtensions[RDD[(SpatialKey, Tile)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpatialTileLayerRDDRenderMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpatialTileLayerRDDRenderMethods()(implicit arg0: GetComponent[M, CRS], arg1: GetComponent[M, LayoutDefinition])

Abstract Value Members

  1. abstract def self: RDD[(SpatialKey, Tile)] with Metadata[M]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def renderGeoTiff(): RDD[(SpatialKey, SinglebandGeoTiff)]

    Renders each tile as a GeoTiff, represented by the bytes of the GeoTiff file.