c

geotrellis.layer.filter

SpaceTimeToSpatialMethods

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

See geotrellis.layer.filter.ToSpatial to get explanations about Metadata (M[K]) constrains

Linear Supertypes
MethodExtensions[Seq[(K, V)] with Metadata[M[K]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpaceTimeToSpatialMethods
  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 SpaceTimeToSpatialMethods()(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 toSpatial(): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]
  2. def toSpatial(dateTime: ZonedDateTime): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]
  3. def toSpatial(instant: Long): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]