Class/Object

org.locationtech.rasterframes.expressions.transformers

Mask

Related Docs: object Mask | package transformers

Permalink

abstract class Mask extends TernaryExpression with CodegenFallback with Serializable

Convert cells in the left to NoData based on another tile's contents

Linear Supertypes
Serializable, Serializable, CodegenFallback, TernaryExpression, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mask
  2. Serializable
  3. Serializable
  4. CodegenFallback
  5. TernaryExpression
  6. Expression
  7. TreeNode
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mask(left: Expression, middle: Expression, right: Expression, undefined: Boolean, inverse: Boolean)

    Permalink

    left

    a tile of data values, with valid nodata cell type

    middle

    a tile indicating locations to set to nodata

    right

    optional, cell values in the middle tile indicating locations to set NoData

    undefined

    if true, consider NoData in the middle as the locations to mask; else use right valued cells

    inverse

    if true, and defined is true, set left to NoData where middle is NOT nodata

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  5. def argString: String

    Permalink
    Definition Classes
    TreeNode
  6. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val canonicalized: Expression

    Permalink
    Definition Classes
    Expression
  9. def checkInputDataTypes(): TypeCheckResult

    Permalink
    Definition Classes
    Mask → Expression
  10. def children: Seq[Expression]

    Permalink
    Definition Classes
    Mask → TreeNode
  11. def childrenResolved: Boolean

    Permalink
    Definition Classes
    Expression
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def collect[B](pf: PartialFunction[Expression, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  14. def collectFirst[B](pf: PartialFunction[Expression, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  15. def collectLeaves(): Seq[Expression]

    Permalink
    Definition Classes
    TreeNode
  16. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  17. def dataType: DataType

    Permalink
    Definition Classes
    Mask → Expression
  18. def defineCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String, String, String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    TernaryExpression
  19. lazy val deterministic: Boolean

    Permalink
    Definition Classes
    Expression
  20. def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    CodegenFallback → Expression
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    TernaryExpression → Expression
  24. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def find(f: (Expression) ⇒ Boolean): Option[Expression]

    Permalink
    Definition Classes
    TreeNode
  27. def flatArguments: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  28. def flatMap[A](f: (Expression) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  29. def foldable: Boolean

    Permalink
    Definition Classes
    TernaryExpression → Expression
  30. def foreach(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  31. def foreachUp(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  32. def genCode(ctx: CodegenContext): ExprCode

    Permalink
    Definition Classes
    Expression
  33. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder, verbose: Boolean, prefix: String, addSuffix: Boolean): StringBuilder

    Permalink
    Definition Classes
    TreeNode
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  36. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  39. val left: Expression

    Permalink

    a tile of data values, with valid nodata cell type

  40. lazy val logger: Logger

    Permalink
    Attributes
    protected
  41. def makeCopy(newArgs: Array[AnyRef]): Expression

    Permalink
    Definition Classes
    Mask → TreeNode
  42. def map[A](f: (Expression) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  43. def mapChildren(f: (Expression) ⇒ Expression): Expression

    Permalink
    Definition Classes
    TreeNode
  44. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  45. def maskExp: Expression

    Permalink
  46. def maskValueExp: Expression

    Permalink
  47. val middle: Expression

    Permalink

    a tile indicating locations to set to nodata

  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  50. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  52. def nullSafeCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String, String, String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    TernaryExpression
  53. def nullSafeEval(targetInput: Any, maskInput: Any, maskValueInput: Any): Any

    Permalink
    Attributes
    protected
    Definition Classes
    Mask → TernaryExpression
  54. def nullable: Boolean

    Permalink
    Definition Classes
    TernaryExpression → Expression
  55. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  56. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  57. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  58. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  59. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  60. def prettyName: String

    Permalink
    Definition Classes
    Expression
  61. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  62. def productPrefix: String

    Permalink
    Definition Classes
    Product
  63. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  64. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  65. val right: Expression

    Permalink

    optional, cell values in the middle tile indicating locations to set NoData

  66. def semanticEquals(other: Expression): Boolean

    Permalink
    Definition Classes
    Expression
  67. def semanticHash(): Int

    Permalink
    Definition Classes
    Expression
  68. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  69. def sql: String

    Permalink
    Definition Classes
    Expression
  70. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  72. def targetExp: Expression

    Permalink
  73. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  74. def toString(): String

    Permalink
    Definition Classes
    Expression → TreeNode → AnyRef → Any
  75. def transform(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  76. def transformDown(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  77. def transformUp(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  78. def treeString(verbose: Boolean, addSuffix: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  79. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  80. final def verboseString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  81. def verboseStringWithSuffix: String

    Permalink
    Definition Classes
    TreeNode
  82. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from CodegenFallback

Inherited from TernaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped