org
.
locationtech
.
rasterframes
.
expressions
tilestats
package
tilestats
Visibility
Public
All
Type Members
case class
DataCells
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
NullToValue
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Exists
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
ForAll
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
IsNoDataTile
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
NullToValue
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
NoDataCells
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
NullToValue
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Sum
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
TileHistogram
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
TileMax
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
TileMean
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
TileMin
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
TileStats
(
child:
Expression
)
extends
UnaryExpression
with
UnaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
Value Members
object
DataCells
extends
Serializable
object
Exists
extends
Serializable
object
ForAll
extends
Serializable
object
IsNoDataTile
extends
Serializable
object
NoDataCells
extends
Serializable
object
Sum
extends
Serializable
object
TileHistogram
extends
Serializable
object
TileMax
extends
Serializable
object
TileMean
extends
Serializable
object
TileMin
extends
Serializable
object
TileStats
extends
Serializable
Ungrouped