Object

com.azavea.maml.spark.eval.directive

RDDOpDirectives

Related Doc: package directive

Permalink

object RDDOpDirectives

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDOpDirectives
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val abs: Directive

    Permalink
  5. val acos: Directive

    Permalink
  6. val addition: Directive

    Permalink
  7. val and: Directive

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val asin: Directive

    Permalink
  10. val atan: Directive

    Permalink
  11. val atan2: Directive

    Permalink
  12. val ceil: Directive

    Permalink
  13. val classify: Directive

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val cos: Directive

    Permalink
  16. val cosh: Directive

    Permalink
  17. val defined: Directive

    Permalink
  18. val division: Directive

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val equalTo: Directive

    Permalink
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val floor: Directive

    Permalink
  24. val focalMax: Directive

    Permalink
  25. val focalMean: Directive

    Permalink
  26. val focalMedian: Directive

    Permalink
  27. val focalMin: Directive

    Permalink
  28. val focalMode: Directive

    Permalink
  29. val focalStdDev: Directive

    Permalink
  30. val focalSum: Directive

    Permalink
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. val greaterThan: Directive

    Permalink
  33. val greaterThanOrEqualTo: Directive

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. val lessThan: Directive

    Permalink
  37. val lessThanOrEqualTo: Directive

    Permalink
  38. val log10: Directive

    Permalink
  39. val logNegation: Directive

    Permalink
  40. val loge: Directive

    Permalink
  41. val masking: Directive

    Permalink
  42. val max: Directive

    Permalink
  43. val min: Directive

    Permalink
  44. val multiplication: Directive

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  48. val numNegation: Directive

    Permalink
  49. val or: Directive

    Permalink
  50. val pow: Directive

    Permalink
  51. val root: Directive

    Permalink
  52. val round: Directive

    Permalink
  53. val sin: Directive

    Permalink
  54. val sinh: Directive

    Permalink
  55. val subtraction: Directive

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. val tan: Directive

    Permalink
  58. val tanh: Directive

    Permalink
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def unary(f: (RDD[(SpatialKey, Tile)]) ⇒ RDD[(SpatialKey, Tile)], r: TileLayerRDD[SpatialKey]): Interpreted[Result]

    Permalink

    Some sugar to wrap a common pattern.

  61. val undefined: Directive

    Permalink
  62. val unequalTo: Directive

    Permalink
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. val xor: Directive

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped