Packages

c

geotrellis.spark.split

ProjectedExtentRDDSplitMethods

abstract class ProjectedExtentRDDSplitMethods[K, V <: CellGrid[Int]] extends MethodExtensions[RDD[(K, V)]]

Linear Supertypes
MethodExtensions[RDD[(K, V)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectedExtentRDDSplitMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Abstract Value Members

  1. abstract def self: RDD[(K, V)]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. 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.