Packages

object Filter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Filter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[K, V, M](rdd: RDD[(K, V)] with Metadata[M])(implicit arg0: Boundable[K], arg1: Component[M, Bounds[K]]): BoundLayerQuery[K, M, RDD[(K, V)] with Metadata[M]]
  2. def apply[K, V, M](rdd: RDD[(K, V)] with Metadata[M], keyBounds: Seq[KeyBounds[K]])(implicit arg0: Boundable[K], arg1: Component[M, Bounds[K]]): RDD[(K, V)] with Metadata[M]

    A method that takes a sequence of KeyBounds objects and returns a TileLayerRDD in-which all keys in the original RDD which are not contained in the union of the given KeyBounds have been filtered-out.

    A method that takes a sequence of KeyBounds objects and returns a TileLayerRDD in-which all keys in the original RDD which are not contained in the union of the given KeyBounds have been filtered-out.

    rdd

    The RDD to filter

    keyBounds

    A sequence of KeyBounds[K] objects

    returns

    A filtered TileLayerRDD