Class

com.azavea.maml.dsl.tile

LazyRasterExtensions

Related Doc: package tile

Permalink

implicit class LazyRasterExtensions extends LazyRasterOperations

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LazyRasterExtensions
  2. LazyRasterOperations
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LazyRasterExtensions(self: LazyRaster)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  3. def !==(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  4. def !==(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  5. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  6. def &&(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  7. def &&(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  8. def &&(other: LazyRaster): LazyRaster

    Permalink

    Logical Operations

    Logical Operations

    Definition Classes
    LazyRasterOperations
  9. def &&:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  10. def &&:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  11. def *(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  12. def *(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  13. def *(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  14. def **(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  15. def **(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  16. def **(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  17. def **:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  18. def **:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  19. def *:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  20. def *:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  21. def +(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  22. def +(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  23. def +(other: LazyRaster): LazyRaster

    Permalink

    Arithmetic Operations

    Arithmetic Operations

    Definition Classes
    LazyRasterOperations
  24. def +:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  25. def +:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  26. def -(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  27. def -(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  28. def -(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  29. def -:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  30. def -:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  31. def /(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  32. def /(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  33. def /(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  34. def /:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  35. def /:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  36. def <(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  37. def <(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  38. def <(other: LazyRaster): LazyRaster

    Permalink

    Numeric Comparisons

    Numeric Comparisons

    Definition Classes
    LazyRasterOperations
  39. def <=(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  40. def <=(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  41. def <=(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  42. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  43. def ===(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  44. def ===(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  45. def ===(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  46. def >(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  47. def >(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  48. def >(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  49. def >=(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  50. def >=(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  51. def >=(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  52. def abs: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  53. def acos: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  54. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  55. def asin: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  56. def atan: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  57. def atan2(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  58. def atan2(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  59. def atan2(other: LazyRaster): DualCombine

    Permalink
    Definition Classes
    LazyRasterOperations
  60. def ceil: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  61. def changeSign: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  62. def classify(breaks: BreakMap[Double, Int]): DualMap

    Permalink

    Tile specific methods

    Tile specific methods

    Definition Classes
    LazyRasterOperations
  63. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def cos: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  65. def cosh: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  66. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. def floor: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  70. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  72. def isDefined: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  73. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  74. def isUndefined: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  75. def log10: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  76. def logE: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  77. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  78. def not: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  79. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  81. def pow(d: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  82. def pow(i: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  83. def round: LazyRaster

    Permalink

    Rounding Operations

    Rounding Operations

    Definition Classes
    LazyRasterOperations
  84. val self: LazyRaster

    Permalink
  85. def sin: LazyRaster

    Permalink

    Trigonometric Operations

    Trigonometric Operations

    Definition Classes
    LazyRasterOperations
  86. def sinh: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  87. def sqrt: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  88. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  89. def tan: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  90. def tanh: LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  91. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  92. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. def xor(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  96. def xor(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  97. def xor(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  98. def ||(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  99. def ||(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  100. def ||(other: LazyRaster): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  101. def ||:(other: Double): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations
  102. def ||:(other: Int): LazyRaster

    Permalink
    Definition Classes
    LazyRasterOperations

Inherited from LazyRasterOperations

Inherited from AnyRef

Inherited from Any

Ungrouped