Packages

object MaskRDD extends Mask

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaskRDD
  2. Mask
  3. AnyRef
  4. 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], ext: Extent)(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: (V) ⇒ TileMaskMethods[V], arg3: GetComponent[M, LayoutDefinition]): RDD[(K, V)] with Metadata[M]
  2. def apply[K, V, M](rdd: RDD[(K, V)] with Metadata[M], ext: Extent, options: Options)(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: (V) ⇒ TileMaskMethods[V], arg3: GetComponent[M, LayoutDefinition]): RDD[(K, V)] with Metadata[M]

    Masks this raster by the given Extent.

  3. def apply[K, V, M](rdd: RDD[(K, V)] with Metadata[M], geoms: Traversable[MultiPolygon], options: Options)(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: (V) ⇒ TileMaskMethods[V], arg3: GetComponent[M, LayoutDefinition], d: DummyImplicit): RDD[(K, V)] with Metadata[M]

    Masks this raster by the given MultiPolygons.

  4. def apply[K, V, M](rdd: RDD[(K, V)] with Metadata[M], geoms: Traversable[Polygon], options: Options)(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: (V) ⇒ TileMaskMethods[V], arg3: GetComponent[M, LayoutDefinition]): RDD[(K, V)] with Metadata[M]
  5. def apply[K, V, M](seq: Seq[(K, V)] with Metadata[M], ext: Extent)(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileMaskMethods[V], arg2: GetComponent[M, LayoutDefinition]): Seq[(K, V)] with Metadata[M]
    Definition Classes
    Mask
  6. def apply[K, V, M](seq: Seq[(K, V)] with Metadata[M], ext: Extent, options: Options)(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileMaskMethods[V], arg2: GetComponent[M, LayoutDefinition]): Seq[(K, V)] with Metadata[M]

    Masks this raster by the given Extent.

    Masks this raster by the given Extent.

    Definition Classes
    Mask
  7. def apply[K, V, M](seq: Seq[(K, V)] with Metadata[M], geoms: Traversable[MultiPolygon], options: Options)(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileMaskMethods[V], arg2: GetComponent[M, LayoutDefinition], d: DummyImplicit): Seq[(K, V)] with Metadata[M]

    Masks this raster by the given MultiPolygons.

    Masks this raster by the given MultiPolygons.

    Definition Classes
    Mask
  8. def apply[K, V, M](seq: Seq[(K, V)] with Metadata[M], geoms: Traversable[Polygon], options: Options)(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileMaskMethods[V], arg2: GetComponent[M, LayoutDefinition]): Seq[(K, V)] with Metadata[M]
    Definition Classes
    Mask