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