Package

geotrellis.spark.pipeline.ast.singleband

spatial

Permalink

package spatial

Visibility
  1. Public
  2. All

Type Members

  1. case class BufferedReproject(node: Node[TileLayerRDD[SpatialKey]], arg: Reproject) extends Transform[TileLayerRDD[SpatialKey], TileLayerRDD[SpatialKey]] with Product with Serializable

    Permalink
  2. case class HadoopRead(arg: JsonRead) extends Input[RDD[(ProjectedExtent, Tile)]] with Product with Serializable

    Permalink
  3. case class PerTileReproject(node: Node[RDD[(ProjectedExtent, Tile)]], arg: Reproject) extends Transform[RDD[(ProjectedExtent, Tile)], RDD[(ProjectedExtent, Tile)]] with Product with Serializable

    Permalink
  4. case class Pyramid(node: Node[TileLayerRDD[SpatialKey]], arg: json.transform.Pyramid) extends Transform[TileLayerRDD[SpatialKey], Stream[(Int, TileLayerRDD[SpatialKey])]] with Product with Serializable

    Permalink
  5. case class RetileToLayout(node: Node[TileLayerRDD[SpatialKey]], arg: json.transform.RetileToLayout) extends Transform[TileLayerRDD[SpatialKey], TileLayerRDD[SpatialKey]] with Product with Serializable

    Permalink
  6. case class S3Read(arg: JsonRead) extends Input[RDD[(ProjectedExtent, Tile)]] with Product with Serializable

    Permalink
  7. case class TileToLayout(node: Node[RDD[(ProjectedExtent, Tile)]], arg: json.transform.TileToLayout) extends Transform[RDD[(ProjectedExtent, Tile)], TileLayerRDD[SpatialKey]] with Product with Serializable

    Permalink
  8. case class Write(node: Node[Stream[(Int, TileLayerRDD[SpatialKey])]], arg: JsonWrite) extends Output[Stream[(Int, TileLayerRDD[SpatialKey])]] with Product with Serializable

    Permalink

Ungrouped