Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemporalWindowState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemporalWindowState(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])

Value Members

  1. def from(s: ZonedDateTime): TemporalWindowState[K]
  2. implicit val keyClassTag: ClassTag[K]
  3. val method: Int
  4. val partitioner: Option[Partitioner]
  5. def per(p: Int)(unitString: String): TemporalWindowState[K]
  6. val rdd: RDD[(K, Tile)]
  7. val start: Option[ZonedDateTime]
  8. def to(to: ZonedDateTime): RDD[(K, Tile)]
  9. val unit: Option[Int]
  10. val windowSize: Option[Int]