c

geotrellis.layer.filter

SpaceTimeToSpatialReduceMethods

abstract class SpaceTimeToSpatialReduceMethods[K, V, M[_]] extends MethodExtensions[Seq[(K, V)] with Metadata[M[K]]]

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

Abstract Value Members

  1. abstract def self: Seq[(K, V)] with Metadata[M[K]]
    Definition Classes
    MethodExtensions

Concrete Value Members

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