Package

org.locationtech.rasterframes.expressions

aggregates

Permalink

package aggregates

Visibility
  1. Public
  2. All

Type Members

  1. case class ApproxCellQuantilesAggregate(probabilities: Seq[Double], relativeError: Double) extends UserDefinedAggregateFunction with Product with Serializable

    Permalink
  2. abstract class CellCountAggregate extends DeclarativeAggregate with UnaryRasterAggregate

    Permalink

    Cell count (data or NoData) aggregate function.

    Cell count (data or NoData) aggregate function.

    Since

    10/5/17

  3. case class CellMeanAggregate(child: Expression) extends DeclarativeAggregate with UnaryRasterAggregate with Product with Serializable

    Permalink

    Cell mean aggregate function

    Cell mean aggregate function

    Annotations
    @ExpressionDescription()
    Since

    10/5/17

  4. case class CellStatsAggregate() extends UserDefinedAggregateFunction with Product with Serializable

    Permalink

    Statistics aggregation function for a full column of tiles.

    Statistics aggregation function for a full column of tiles.

    Since

    4/17/17

  5. case class HistogramAggregate(numBuckets: Int) extends UserDefinedAggregateFunction with Product with Serializable

    Permalink

    Histogram aggregation function for a full column of tiles.

    Histogram aggregation function for a full column of tiles.

    Since

    4/24/17

  6. class LocalCountAggregate extends UserDefinedAggregateFunction

    Permalink

    Catalyst aggregate function that counts NoData values in a cell-wise fashion.

    Catalyst aggregate function that counts NoData values in a cell-wise fashion.

    Since

    8/11/17

  7. case class LocalMeanAggregate(child: Expression) extends DeclarativeAggregate with UnaryRasterAggregate with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  8. class LocalStatsAggregate extends UserDefinedAggregateFunction

    Permalink

    Aggregation function for computing multiple local (cell-wise) statistics across all tiles.

    Aggregation function for computing multiple local (cell-wise) statistics across all tiles.

    Since

    4/17/17

  9. class LocalTileOpAggregate extends UserDefinedAggregateFunction

    Permalink

    Aggregation function for applying a LocalTileBinaryOp pairwise across all tiles.

    Aggregation function for applying a LocalTileBinaryOp pairwise across all tiles. Assumes Monoid algebra.

    Since

    4/17/17

  10. class ProjectedLayerMetadataAggregate extends UserDefinedAggregateFunction

    Permalink
  11. class TileRasterizerAggregate extends UserDefinedAggregateFunction

    Permalink

    Aggregation function for creating a single geotrellis.raster.Raster[Tile] from Tile, CRS and Extent columns.

Ungrouped