Package

org.locationtech.rasterframes.expressions

localops

Permalink

package localops

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
    Annotations
    @ExpressionDescription()
  2. case class Add(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  3. case class BiasedAdd(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

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

    Permalink
    Annotations
    @ExpressionDescription()
  5. case class Divide(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  6. case class Equal(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

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

    Permalink
    Annotations
    @ExpressionDescription()
  8. case class Exp10(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  9. case class Exp2(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  10. case class ExpM1(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  11. case class Greater(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  12. case class GreaterEqual(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  13. case class Identity(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  14. case class IsIn(left: Expression, right: Expression) extends BinaryExpression with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  15. case class Less(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  16. case class LessEqual(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  17. case class Log(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  18. case class Log10(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  19. case class Log1p(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  20. case class Log2(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  21. case class Multiply(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  22. case class NormalizedDifference(left: Expression, right: Expression) extends BinaryExpression with BinaryRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  23. case class Resample(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  24. case class Round(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  25. case class Subtract(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  26. case class Undefined(child: Expression) extends UnaryExpression with UnaryLocalRasterOp with NullToValue with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  27. case class Unequal(left: Expression, right: Expression) extends BinaryExpression with BinaryLocalRasterOp with CodegenFallback with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()

Value Members

  1. object Abs extends Serializable

    Permalink
  2. object Add extends Serializable

    Permalink
  3. object BiasedAdd extends Serializable

    Permalink
  4. object Defined extends Serializable

    Permalink
  5. object Divide extends Serializable

    Permalink
  6. object Equal extends Serializable

    Permalink
  7. object Exp extends Serializable

    Permalink
  8. object Exp10 extends Serializable

    Permalink
  9. object Exp2 extends Serializable

    Permalink
  10. object ExpM1 extends Serializable

    Permalink
  11. object Greater extends Serializable

    Permalink
  12. object GreaterEqual extends Serializable

    Permalink
  13. object Identity extends Serializable

    Permalink
  14. object IsIn extends Serializable

    Permalink
  15. object Less extends Serializable

    Permalink
  16. object LessEqual extends Serializable

    Permalink
  17. object Log extends Serializable

    Permalink
  18. object Log10 extends Serializable

    Permalink
  19. object Log1p extends Serializable

    Permalink
  20. object Log2 extends Serializable

    Permalink
  21. object Multiply extends Serializable

    Permalink
  22. object NormalizedDifference extends Serializable

    Permalink
  23. object Resample extends Serializable

    Permalink
  24. object Round extends Serializable

    Permalink
  25. object Subtract extends Serializable

    Permalink
  26. object Undefined extends Serializable

    Permalink
  27. object Unequal extends Serializable

    Permalink

Ungrouped