Packages

o

geotrellis.spark.timeseries

RDDTimeSeriesFunctions

object RDDTimeSeriesFunctions

Annotations
@experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDTimeSeriesFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def histogramProjection(tile: Tile): StreamingHistogram

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  2. def histogramReduction(left: StreamingHistogram, right: StreamingHistogram): StreamingHistogram

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  3. def maxProjection(tile: Tile): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  4. def maxReduction(left: Double, right: Double): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  5. def meanReduction(left: MeanValue, right: MeanValue): MeanValue

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  6. def minProjection(tile: Tile): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  7. def minReduction(left: Double, right: Double): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  8. def sumProjection(tile: Tile): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  9. def sumReduction(left: Double, right: Double): Double

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()