Packages

c

geotrellis.spark.split.Implicits

withProjectedExtentRDDSplitMethods

implicit class withProjectedExtentRDDSplitMethods[K, V <: CellGrid[Int]] extends ProjectedExtentRDDSplitMethods[K, V]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withProjectedExtentRDDSplitMethods
  2. ProjectedExtentRDDSplitMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withProjectedExtentRDDSplitMethods(self: RDD[(K, V)])(implicit arg0: Component[K, ProjectedExtent], arg1: (V) ⇒ SplitMethods[V])

Value Members

  1. val self: RDD[(K, V)]
  2. def split(tileCols: Int, tileRows: Int): RDD[(K, V)]

    Splits an RDD of tiles into tiles of size (tileCols x tileRows), and updates the ProjectedExtent component of the keys.

    Splits an RDD of tiles into tiles of size (tileCols x tileRows), and updates the ProjectedExtent component of the keys.

    Definition Classes
    ProjectedExtentRDDSplitMethods