Packages

c

geotrellis.layer.mapalgebra.local.temporal.Implicits

withLocalTemporalTileCollectionMethods

implicit class withLocalTemporalTileCollectionMethods[K] extends LocalTemporalTileCollectionMethods[K]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLocalTemporalTileCollectionMethods
  2. LocalTemporalTileCollectionMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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