Package

org.locationtech.rasterframes.expressions

tilestats

Permalink

package tilestats

Visibility
  1. Public
  2. All

Type Members

  1. case class DataCells(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with NullToValue with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  2. case class Exists(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  3. case class ForAll(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  4. case class IsNoDataTile(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with NullToValue with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  5. case class NoDataCells(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with NullToValue with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  6. case class Sum(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  7. case class TileHistogram(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  8. case class TileMax(child: Expression) extends UnaryExpression with UnaryRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  9. case class TileMean(child: Expression) extends UnaryExpression with UnaryRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  10. case class TileMin(child: Expression) extends UnaryExpression with UnaryRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  11. case class TileStats(child: Expression) extends UnaryExpression with UnaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()

Value Members

  1. object DataCells extends Serializable

    Permalink
  2. object Exists extends Serializable

    Permalink
  3. object ForAll extends Serializable

    Permalink
  4. object IsNoDataTile extends Serializable

    Permalink
  5. object NoDataCells extends Serializable

    Permalink
  6. object Sum extends Serializable

    Permalink
  7. object TileHistogram extends Serializable

    Permalink
  8. object TileMax extends Serializable

    Permalink
  9. object TileMean extends Serializable

    Permalink
  10. object TileMin extends Serializable

    Permalink
  11. object TileStats extends Serializable

    Permalink

Ungrouped