abstract class LocalTemporalTileRDDMethods[K] extends MethodExtensions[RDD[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalTemporalTileRDDMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LocalTemporalTileRDDMethods(self: RDD[(K, Tile)])(implicit arg0: ClassTag[K], arg1: SpatialComponent[K], arg2: TemporalComponent[K])
Value Members
-
val
self: RDD[(K, Tile)]
- Definition Classes
- LocalTemporalTileRDDMethods → MethodExtensions
- def temporalMax(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
- def temporalMean(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
- def temporalMin(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
- def temporalVariance(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]