org
.
locationtech
.
rasterframes
.
expressions
localops
package
localops
Visibility
Public
All
Type Members
case class
Abs
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Add
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
BiasedAdd
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Clamp
(
left:
Expression
,
middle:
Expression
,
right:
Expression
)
extends
TernaryExpression
with
CodegenFallback
with
Serializable
with
Product
Annotations
@ExpressionDescription
()
case class
Defined
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Divide
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Equal
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Exp
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Exp10
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Exp2
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
ExpM1
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Greater
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
GreaterEqual
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Identity
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
IsIn
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Less
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
LessEqual
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Log
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Log10
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Log1p
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Log2
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Max
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Min
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Multiply
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
NormalizedDifference
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Resample
(
left:
Expression
,
factor:
Expression
,
method:
Expression
)
extends
ResampleBase
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
abstract
class
ResampleBase
extends
TernaryExpression
with
CodegenFallback
with
Serializable
case class
ResampleNearest
(
tile:
Expression
,
target:
Expression
)
extends
ResampleBase
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Round
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Sqrt
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Subtract
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Undefined
(
child:
Expression
)
extends
UnaryExpression
with
UnaryLocalRasterOp
with
NullToValue
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Unequal
(
left:
Expression
,
right:
Expression
)
extends
BinaryExpression
with
BinaryLocalRasterOp
with
CodegenFallback
with
Product
with
Serializable
Annotations
@ExpressionDescription
()
case class
Where
(
left:
Expression
,
middle:
Expression
,
right:
Expression
)
extends
TernaryExpression
with
CodegenFallback
with
Serializable
with
Product
Annotations
@ExpressionDescription
()
Value Members
object
Abs
extends
Serializable
object
Add
extends
Serializable
object
BiasedAdd
extends
Serializable
object
Clamp
extends
Serializable
object
Defined
extends
Serializable
object
Divide
extends
Serializable
object
Equal
extends
Serializable
object
Exp
extends
Serializable
object
Exp10
extends
Serializable
object
Exp2
extends
Serializable
object
ExpM1
extends
Serializable
object
Greater
extends
Serializable
object
GreaterEqual
extends
Serializable
object
Identity
extends
Serializable
object
IsIn
extends
Serializable
object
Less
extends
Serializable
object
LessEqual
extends
Serializable
object
Log
extends
Serializable
object
Log10
extends
Serializable
object
Log1p
extends
Serializable
object
Log2
extends
Serializable
object
Max
extends
Serializable
object
Min
extends
Serializable
object
Multiply
extends
Serializable
object
NormalizedDifference
extends
Serializable
object
Resample
extends
Serializable
object
ResampleNearest
extends
Serializable
object
Round
extends
Serializable
object
Sqrt
extends
Serializable
object
Subtract
extends
Serializable
object
Undefined
extends
Serializable
object
Unequal
extends
Serializable
object
Where
extends
Serializable
Ungrouped