Packages

t

geotrellis.spark.equalization

RDDSinglebandEqualizationMethods

trait RDDSinglebandEqualizationMethods[K, M] extends MethodExtensions[RDD[(K, Tile)] with Metadata[M]]

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

Abstract Value Members

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

Concrete Value Members

  1. def equalize[T <: AnyVal](histogram: Histogram[T]): RDD[(K, Tile)] with Metadata[M]

    Given a histogram derived form the source RDD of Tile objects, equalize the respective histograms of the RDD of tiles.

    Given a histogram derived form the source RDD of Tile objects, equalize the respective histograms of the RDD of tiles.

    histogram

    A histogram

  2. def equalize(): RDD[(K, Tile)] with Metadata[M]

    Equalize the histograms of the respective Tile objects in the RDD using one joint histogram derived from the entire source RDD.