case class Pyramid(node: Node[TileLayerRDD[SpaceTimeKey]], arg: json.transform.Pyramid) extends Transform[TileLayerRDD[SpaceTimeKey], Stream[(Int, TileLayerRDD[SpaceTimeKey])]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pyramid
- Product
- Equals
- Transform
- Node
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Pyramid(node: Node[TileLayerRDD[SpaceTimeKey]], arg: json.transform.Pyramid)
Value Members
- val arg: json.transform.Pyramid
- def asJson: List[Json]
- def eval(implicit sc: SparkContext): Stream[(Int, TileLayerRDD[SpaceTimeKey])]
- val node: Node[TileLayerRDD[SpaceTimeKey]]