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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpaceTimeToSpatialMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpaceTimeToSpatialMethods()(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K], arg2: Component[M[K], Bounds[K]], arg3: Functor[M])
Abstract Value Members
-
abstract
def
self: Seq[(K, V)] with Metadata[M[K]]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def toSpatial(): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]
- def toSpatial(dateTime: ZonedDateTime): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]
- def toSpatial(instant: Long): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]