case class TemporalWindowState[K](rdd: RDD[(K, Tile)], method: Int, windowSize: Option[Int] = None, unit: Option[Int] = None, start: Option[ZonedDateTime] = None, partitioner: Option[Partitioner] = None)(implicit keyClassTag: ClassTag[K], _sc: SpatialComponent[K], _tc: TemporalComponent[K]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemporalWindowState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- def from(s: ZonedDateTime): TemporalWindowState[K]
- implicit val keyClassTag: ClassTag[K]
- val method: Int
- val partitioner: Option[Partitioner]
- def per(p: Int)(unitString: String): TemporalWindowState[K]
- val rdd: RDD[(K, Tile)]
- val start: Option[ZonedDateTime]
- def to(to: ZonedDateTime): RDD[(K, Tile)]
- val unit: Option[Int]
- val windowSize: Option[Int]