Packages

o

geotrellis.layer.mapalgebra.local.temporal

LocalTemporalStatistics

object LocalTemporalStatistics

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalTemporalStatistics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def temporalMax[K](seq: Seq[(K, Tile)], windowSize: Int, unit: Int, start: jp.ne.opt.chronoscala.Imports.ZonedDateTime, end: jp.ne.opt.chronoscala.Imports.ZonedDateTime)(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K]): Seq[(K, Tile)]
  2. def temporalMean[K](seq: Seq[(K, Tile)], windowSize: Int, unit: Int, start: jp.ne.opt.chronoscala.Imports.ZonedDateTime, end: jp.ne.opt.chronoscala.Imports.ZonedDateTime)(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K]): Seq[(K, Tile)]
  3. def temporalMin[K](seq: Seq[(K, Tile)], windowSize: Int, unit: Int, start: jp.ne.opt.chronoscala.Imports.ZonedDateTime, end: jp.ne.opt.chronoscala.Imports.ZonedDateTime)(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K]): Seq[(K, Tile)]
  4. def temporalVariance[K](seq: Seq[(K, Tile)], windowSize: Int, unit: Int, start: jp.ne.opt.chronoscala.Imports.ZonedDateTime, end: jp.ne.opt.chronoscala.Imports.ZonedDateTime)(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K]): Seq[(K, Tile)]