Package

geotrellis.spark

filter

Permalink

package filter

Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef

    Permalink
  2. abstract class SpaceTimeToSpatialMethods[K, V, M[_]] extends MethodExtensions[RDD[(K, V)] with Metadata[M[K]]]

    Permalink

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

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

    Permalink

    This exists because reduceByKey needs K and V to be members of the ClassTag 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 the ClassTag type class, but adding that restriction to the type parameters of the class above would break the API. Neither method can be named toSpatial as that would hide the methods provided by the class above.

  4. abstract class TileLayerRDDFilterMethods[K, V, M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]

    Permalink

Value Members

  1. object Filter

    Permalink
  2. object Implicits extends Implicits

    Permalink
  3. object ToSpatial

    Permalink

Ungrouped