Packages

c

geotrellis.spark.mapalgebra.zonal

ZonalTileRDDMethods

abstract class ZonalTileRDDMethods[K] extends MethodExtensions[RDD[(K, Tile)]]

Linear Supertypes
MethodExtensions[RDD[(K, Tile)]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZonalTileRDDMethods
  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 ZonalTileRDDMethods()(implicit arg0: ClassTag[K])

Abstract Value Members

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

Concrete Value Members

  1. def zonalHistogram(zonesTileRdd: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): Map[Int, Histogram[Int]]
  2. def zonalHistogramDouble(zonesTileRdd: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): Map[Int, Histogram[Double]]
  3. def zonalPercentage(zonesTileRdd: RDD[(K, Tile)], partitioner: Option[Partitioner] = None): RDD[(K, Tile)]