package filter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Implicits extends AnyRef
-
abstract
class
SpaceTimeToSpatialMethods[K, V, M[_]] extends MethodExtensions[RDD[(K, V)] with Metadata[M[K]]]
See geotrellis.spark.filter.ToSpatial to get explanations about Metadata (M[K]) constrains
-
abstract
class
SpaceTimeToSpatialReduceMethods[K, V, M[_]] extends MethodExtensions[RDD[(K, V)] with Metadata[M[K]]]
This exists because
reduceByKey
needs K and V to be members of theClassTag
type class, but adding that restriction to the type parameters of the class above would break the API.This exists because
reduceByKey
needs K and V to be members of theClassTag
type class, but adding that restriction to the type parameters of the class above would break the API. Neither method can be namedtoSpatial
as that would hide the methods provided by the class above. - abstract class TileLayerRDDFilterMethods[K, V, M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]