Packages

c

geotrellis.layer.filter.Implicits

withSpaceTimeToSpatialReduceMethods

implicit class withSpaceTimeToSpatialReduceMethods[K, V, M[_]] extends SpaceTimeToSpatialReduceMethods[K, V, M]

Linear Supertypes
SpaceTimeToSpatialReduceMethods[K, V, M], MethodExtensions[Seq[(K, V)] with Metadata[M[K]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSpaceTimeToSpatialReduceMethods
  2. SpaceTimeToSpatialReduceMethods
  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 withSpaceTimeToSpatialReduceMethods(self: Seq[(K, V)] with Metadata[M[K]])(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K], arg2: Component[M[K], Bounds[K]], arg3: Functor[M])

Value Members

  1. val self: Seq[(K, V)] with Metadata[M[K]]
  2. def toSpatialReduce(mergeFunc: (V, V) ⇒ V): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]