package
temporal
Type Members
-
case class
BufferedReproject(node: Node[TileLayerRDD[SpaceTimeKey]], arg: Reproject) extends Transform[TileLayerRDD[SpaceTimeKey], TileLayerRDD[SpaceTimeKey]] with Product with Serializable
-
case class
HadoopRead(arg: JsonRead) extends Input[RDD[(TemporalProjectedExtent, Tile)]] with Product with Serializable
-
case class
PerTileReproject(node: Node[RDD[(TemporalProjectedExtent, Tile)]], arg: Reproject) extends Transform[RDD[(TemporalProjectedExtent, Tile)], RDD[(TemporalProjectedExtent, Tile)]] with Product with Serializable
-
case class
Pyramid(node: Node[TileLayerRDD[SpaceTimeKey]], arg: json.transform.Pyramid) extends Transform[TileLayerRDD[SpaceTimeKey], Stream[(Int, TileLayerRDD[SpaceTimeKey])]] with Product with Serializable
-
case class
RetileToLayout(node: Node[TileLayerRDD[SpaceTimeKey]], arg: json.transform.RetileToLayout) extends Transform[TileLayerRDD[SpaceTimeKey], TileLayerRDD[SpaceTimeKey]] with Product with Serializable
-
case class
S3Read(arg: JsonRead) extends Input[RDD[(TemporalProjectedExtent, Tile)]] with Product with Serializable
-
case class
TileToLayout(node: Node[RDD[(TemporalProjectedExtent, Tile)]], arg: json.transform.TileToLayout) extends Transform[RDD[(TemporalProjectedExtent, Tile)], TileLayerRDD[SpaceTimeKey]] with Product with Serializable
-
case class
Write(node: Node[Stream[(Int, TileLayerRDD[SpaceTimeKey])]], arg: JsonWrite) extends Output[Stream[(Int, TileLayerRDD[SpaceTimeKey])]] with Product with Serializable