Package

geotrellis.spark.pipeline.ast.singleband

temporal

Permalink

package temporal

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

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

    Permalink

Ungrouped