Packages

c

geotrellis.layer.mapalgebra.local.temporal

LocalTemporalTileCollectionMethods

abstract class LocalTemporalTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]

Linear Supertypes
MethodExtensions[Seq[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTemporalTileCollectionMethods
  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 LocalTemporalTileCollectionMethods(self: Seq[(K, Tile)])(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K])

Value Members

  1. val self: Seq[(K, Tile)]
  2. def temporalMax(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime): Seq[(K, Tile)]
  3. def temporalMean(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime): Seq[(K, Tile)]
  4. def temporalMin(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime): Seq[(K, Tile)]
  5. def temporalVariance(windowSize: Int, unit: Int, start: ZonedDateTime, end: ZonedDateTime): Seq[(K, Tile)]