Packages

c

geotrellis.spark.equalization.Implicits

withRDDSinglebandEqualizationMethods

implicit class withRDDSinglebandEqualizationMethods[K, M] extends RDDSinglebandEqualizationMethods[K, M]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withRDDSinglebandEqualizationMethods
  2. RDDSinglebandEqualizationMethods
  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 withRDDSinglebandEqualizationMethods(self: RDD[(K, Tile)] with Metadata[M])

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

    Definition Classes
    RDDSinglebandEqualizationMethods
  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.

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

    Definition Classes
    RDDSinglebandEqualizationMethods
  3. val self: RDD[(K, Tile)] with Metadata[M]