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 Clamp(left: Expression, middle: Expression, right: Expression) extends TernaryExpression with CodegenFallback with Serializable with Product

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @ExpressionDescription()
  26. case class Resample(left: Expression, factor: Expression, method: Expression) extends ResampleBase with Product with Serializable

    Permalink
    Annotations
    @ExpressionDescription()
  27. abstract class ResampleBase extends TernaryExpression with CodegenFallback with Serializable

    Permalink
  28. case class ResampleNearest(tile: Expression, target: Expression) extends ResampleBase with Product with Serializable

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

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

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

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

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

    Permalink
    Annotations
    @ExpressionDescription()
  34. case class Where(left: Expression, middle: Expression, right: Expression) extends TernaryExpression with CodegenFallback with Serializable with Product

    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 Clamp extends Serializable

    Permalink
  5. object Defined extends Serializable

    Permalink
  6. object Divide extends Serializable

    Permalink
  7. object Equal extends Serializable

    Permalink
  8. object Exp extends Serializable

    Permalink
  9. object Exp10 extends Serializable

    Permalink
  10. object Exp2 extends Serializable

    Permalink
  11. object ExpM1 extends Serializable

    Permalink
  12. object Greater extends Serializable

    Permalink
  13. object GreaterEqual extends Serializable

    Permalink
  14. object Identity extends Serializable

    Permalink
  15. object IsIn extends Serializable

    Permalink
  16. object Less extends Serializable

    Permalink
  17. object LessEqual extends Serializable

    Permalink
  18. object Log extends Serializable

    Permalink
  19. object Log10 extends Serializable

    Permalink
  20. object Log1p extends Serializable

    Permalink
  21. object Log2 extends Serializable

    Permalink
  22. object Max extends Serializable

    Permalink
  23. object Min extends Serializable

    Permalink
  24. object Multiply extends Serializable

    Permalink
  25. object NormalizedDifference extends Serializable

    Permalink
  26. object Resample extends Serializable

    Permalink
  27. object ResampleNearest extends Serializable

    Permalink
  28. object Round extends Serializable

    Permalink
  29. object Sqrt extends Serializable

    Permalink
  30. object Subtract extends Serializable

    Permalink
  31. object Undefined extends Serializable

    Permalink
  32. object Unequal extends Serializable

    Permalink
  33. object Where extends Serializable

    Permalink

Ungrouped