Packages

package filter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef
  2. 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

  3. 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 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]]

Value Members

  1. object Filter
  2. object Implicits extends Implicits
  3. object ToSpatial

Ungrouped