c

geotrellis.spark.render

withSpatialTileLayerRDDRenderMethods

implicit class withSpatialTileLayerRDDRenderMethods[M] extends SpatialTileLayerRDDRenderMethods[M]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSpatialTileLayerRDDRenderMethods
  2. SpatialTileLayerRDDRenderMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSpatialTileLayerRDDRenderMethods(self: RDD[(SpatialKey, Tile)] with Metadata[M])(implicit arg0: GetComponent[M, CRS], arg1: GetComponent[M, LayoutDefinition])

Value Members

  1. 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
  2. val self: RDD[(SpatialKey, Tile)] with Metadata[M]