Packages

c

geotrellis.spark.mapalgebra.local.temporal

LocalTemporalTileRDDMethods

abstract class LocalTemporalTileRDDMethods[K] extends MethodExtensions[RDD[(K, Tile)]]

Linear Supertypes
MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTemporalTileRDDMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalTemporalTileRDDMethods(self: RDD[(K, Tile)])(implicit arg0: ClassTag[K], arg1: SpatialComponent[K], arg2: TemporalComponent[K])

Value Members

  1. val self: RDD[(K, Tile)]
  2. def temporalMax(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
  3. def temporalMean(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
  4. def temporalMin(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]
  5. def temporalVariance(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]