geotrellis.source

RasterSourceLike

trait RasterSourceLike[+Repr <: RasterSource] extends DataSourceLike[Raster, Raster, RasterSource] with DataSource[Raster, Raster] with LocalOpMethods[RasterSource] with FocalOpMethods[RasterSource] with GlobalOpMethods[RasterSource] with ZonalOpMethods[RasterSource] with ZonalSummaryOpMethods[RasterSource] with HydrologyOpMethods[RasterSource] with StatOpMethods[RasterSource] with IoOpMethods[RasterSource] with RenderOpMethods[RasterSource]

Self Type
Repr
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RasterSourceLike
  2. RenderOpMethods
  3. IoOpMethods
  4. StatOpMethods
  5. HydrologyOpMethods
  6. ZonalSummaryOpMethods
  7. ZonalOpMethods
  8. GlobalOpMethods
  9. FocalOpMethods
  10. LocalOpMethods
  11. VarietyOpMethods
  12. MinorityOpMethods
  13. MajorityOpMethods
  14. ConditionalOpMethods
  15. LessOrEqualOpMethods
  16. GreaterOrEqualOpMethods
  17. LessOpMethods
  18. GreaterOpMethods
  19. UnequalOpMethods
  20. EqualOpMethods
  21. PowOpMethods
  22. MaxOpMethods
  23. MinOpMethods
  24. XorOpMethods
  25. OrOpMethods
  26. AndOpMethods
  27. DivideOpMethods
  28. MultiplyOpMethods
  29. SubtractOpMethods
  30. AddOpMethods
  31. LocalMapOpMethods
  32. DataSource
  33. DataSourceLike
  34. AnyRef
  35. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def elements(): Op[Seq[Op[Raster]]]

    Definition Classes
    DataSourceLike
  2. abstract def rasterDefinition: Op[RasterDefinition]

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !==(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Definition Classes
    UnequalOpMethods
  4. def !==(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalOpMethods
  5. def !==(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  6. def !==:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    UnequalOpMethods
  7. def !==:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. def &(rss: Seq[RasterSource]): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  10. def &(rs: RasterSource): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  11. def &(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  12. def &:(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  13. def *(rss: Seq[RasterSource]): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  14. def *(rs: RasterSource): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  15. def *(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  16. def *(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  17. def **(rss: Seq[RasterSource]): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  18. def **(rs: RasterSource): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  19. def **(d: Double): RasterSource

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowOpMethods
  20. def **(i: Int): RasterSource

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowOpMethods
  21. def **:(d: Double): RasterSource

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowOpMethods
  22. def **:(i: Int): RasterSource

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowOpMethods
  23. def *:(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  24. def *:(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  25. def +(rss: Seq[RasterSource]): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  26. def +(rs: RasterSource): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  27. def +(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  28. def +(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  29. def +:(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  30. def +:(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  31. def -(rss: Seq[RasterSource]): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  32. def -(rs: RasterSource): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  33. def -(d: Double): RasterSource

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractOpMethods
  34. def -(i: Int): RasterSource

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractOpMethods
  35. def -:(d: Double): RasterSource

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractOpMethods
  36. def -:(i: Int): RasterSource

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractOpMethods
  37. def /(rss: Seq[RasterSource]): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  38. def /(rs: RasterSource): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  39. def /(d: Double): RasterSource

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideOpMethods
  40. def /(i: Int): RasterSource

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideOpMethods
  41. def /:(d: Double): RasterSource

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideOpMethods
  42. def /:(i: Int): RasterSource

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideOpMethods
  43. def <(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessOpMethods
  44. def <(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
  45. def <(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
  46. def <<:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  47. def <<:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
    Note

    Syntax has double '<' due to '<:' operator being reserved in Scala.

  48. def <=(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualOpMethods
  49. def <=(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  50. def <=(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  51. def <=:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  52. def <=:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  53. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  54. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  55. def ===(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Definition Classes
    EqualOpMethods
  56. def ===(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  57. def ===(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  58. def ===:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  59. def ===:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  60. def >(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Definition Classes
    GreaterOpMethods
  61. def >(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
  62. def >(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
  63. def >=(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  64. def >=(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  65. def >=(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  66. def >=:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  67. def >=:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  68. def >>:(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  69. def >>:(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
    Note

    Syntax has double '>' due to '>:' operator being reserved in Scala.

  70. def ^(rss: Seq[RasterSource]): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  71. def ^(rs: RasterSource): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  72. def ^(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  73. def ^:(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  74. def accumulation(): RasterSource

    Definition Classes
    HydrologyOpMethods
  75. def asArray(): ValueSource[Array[Int]]

    Definition Classes
    GlobalOpMethods
  76. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  77. def cached[R1 >: RasterSource, T1 >: Raster](implicit server: Server, bf: CanBuildSourceFrom[RasterSource, T1, R1]): R1

    Definition Classes
    DataSourceLike
  78. def classBreaks(numBreaks: Int): ValueSource[Array[Int]]

    Definition Classes
    StatOpMethods
  79. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def color(breaksToColors: Map[Double, Int], options: ColorMapOptions)(implicit d: DI): RasterSource

    Definition Classes
    RenderOpMethods
  81. def color(breaksToColors: Map[Double, Int])(implicit d: DI): RasterSource

    Definition Classes
    RenderOpMethods
  82. def color(breaksToColors: Map[Int, Int], options: ColorMapOptions): RasterSource

    Definition Classes
    RenderOpMethods
  83. def color(breaksToColors: Map[Int, Int]): RasterSource

    Definition Classes
    RenderOpMethods
  84. def combine[T1 >: Raster, B, That](dss: Seq[DataSource[T1, _]])(f: (Seq[T1]) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    DataSourceLike
  85. def combine[B, C, That](ds: DataSource[B, _])(f: (Raster, B) ⇒ C)(implicit bf: CanBuildSourceFrom[RasterSource, C, That]): That

    Definition Classes
    DataSourceLike
  86. def combineOp[T1 >: Raster, B, That](dss: Seq[DataSource[T1, _]])(f: (Seq[Op[T1]]) ⇒ Op[B])(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    DataSourceLike
  87. def combineOp[B, C, That](ds: DataSource[B, _])(f: (Op[Raster], Op[B]) ⇒ Op[C])(implicit bf: CanBuildSourceFrom[RasterSource, C, That]): That

    Definition Classes
    DataSourceLike
  88. def converge[B](f: (Seq[Raster]) ⇒ B): ValueSource[B]

    Definition Classes
    DataSourceLike
  89. def converge(): ValueSource[Raster]

    Definition Classes
    DataSourceLike
  90. def convergeOp(): Op[Raster]

    Definition Classes
    RasterSourceLikeDataSourceLike
  91. def convert(newType: RasterType): RasterSource

  92. def convolve(kernel: Kernel): RasterSource

    Definition Classes
    GlobalOpMethods
  93. def costDistance(points: Seq[(Int, Int)]): RasterSource

    Definition Classes
    GlobalOpMethods
  94. def distribute[T1 >: Raster, That](cluster: ActorRef)(implicit bf: CanBuildSourceFrom[RasterSource, T1, That]): That

    Definition Classes
    DataSourceLike
  95. def distribute[T1 >: Raster, That](implicit bf: CanBuildSourceFrom[RasterSource, T1, That]): That

    Definition Classes
    DataSourceLike
  96. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  98. def fill(options: FillOptions): RasterSource

    Definition Classes
    HydrologyOpMethods
  99. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  100. def flowDirection(): RasterSource

    Definition Classes
    HydrologyOpMethods
  101. def focal[T, That](n: Neighborhood)(op: (Op[Raster], Op[Neighborhood], TileNeighbors) ⇒ FocalOperation[T])(implicit bf: CanBuildSourceFrom[RasterSource, T, That]): That

    Definition Classes
    FocalOpMethods
  102. def focalAspect: RasterSource

    Definition Classes
    FocalOpMethods
  103. def focalHillshade(azimuth: Double, altitude: Double, zFactor: Double): RasterSource

    Definition Classes
    FocalOpMethods
  104. def focalHillshade: RasterSource

    Definition Classes
    FocalOpMethods
  105. def focalMax(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  106. def focalMean(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  107. def focalMedian(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  108. def focalMin(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  109. def focalMode(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  110. def focalMoransI(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  111. def focalScalarMoransI(n: Neighborhood): ValueSource[Double]

    Definition Classes
    FocalOpMethods
  112. def focalSlope: RasterSource

    Definition Classes
    FocalOpMethods
  113. def focalStandardDeviation(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  114. def focalSum(n: Neighborhood): RasterSource

    Definition Classes
    FocalOpMethods
  115. def foldLeft[B](z: B)(folder: (B, Raster) ⇒ B): ValueSource[B]

    Definition Classes
    DataSourceLike
  116. def foldRight[B](z: B)(folder: (Raster, B) ⇒ B): ValueSource[B]

    Definition Classes
    DataSourceLike
  117. def get(implicit server: Server): Raster

    Definition Classes
    DataSourceLike
  118. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  119. def global[That](f: (Raster) ⇒ Raster)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

  120. def globalOp[T, That](f: (Raster) ⇒ Op[Raster])(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

  121. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  122. def histogram(): ValueSource[Histogram]

    Definition Classes
    StatOpMethods
  123. def info: ValueSource[RasterLayerInfo]

  124. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  125. def localAdd(rss: Seq[RasterSource]): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  126. def localAdd(rs: RasterSource): RasterSource

    Add the values of each cell in each raster.

    Add the values of each cell in each raster.

    Definition Classes
    AddOpMethods
  127. def localAdd(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

    Definition Classes
    AddOpMethods
  128. def localAdd(i: Int): RasterSource

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  129. def localAnd(rss: Seq[RasterSource]): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  130. def localAnd(rs: RasterSource): RasterSource

    And the values of each cell in each raster.

    And the values of each cell in each raster.

    Definition Classes
    AndOpMethods
  131. def localAnd(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  132. def localCeil(): RasterSource

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

    Definition Classes
    LocalOpMethods
  133. def localCombine[That](rs: RasterSource)(f: (Int, Int) ⇒ Int)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

    Definition Classes
    LocalOpMethods
  134. def localCombineDouble[That](rs: RasterSource)(f: (Double, Double) ⇒ Double)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

    Definition Classes
    LocalOpMethods
  135. def localDefined(): RasterSource

    Maps an integer typed Raster to 1 if the cell value is not NODATA, otherwise 0.

    Maps an integer typed Raster to 1 if the cell value is not NODATA, otherwise 0.

    Definition Classes
    LocalOpMethods
  136. def localDivide(rss: Seq[RasterSource]): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  137. def localDivide(rs: RasterSource): RasterSource

    Divide the values of each cell in each raster.

    Divide the values of each cell in each raster.

    Definition Classes
    DivideOpMethods
  138. def localDivide(d: Double): RasterSource

    Divide each value of a raster by a double constant value.

    Divide each value of a raster by a double constant value.

    Definition Classes
    DivideOpMethods
  139. def localDivide(i: Int): RasterSource

    Divide each value of the raster by a constant value.

    Divide each value of the raster by a constant value.

    Definition Classes
    DivideOpMethods
  140. def localDivideValue(d: Double): RasterSource

    Divide a double constant value by each cell value.

    Divide a double constant value by each cell value.

    Definition Classes
    DivideOpMethods
  141. def localDivideValue(i: Int): RasterSource

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

    Definition Classes
    DivideOpMethods
  142. def localDualCombine[That](rs: RasterSource)(fInt: (Int, Int) ⇒ Int)(fDouble: (Double, Double) ⇒ Double)(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

    Definition Classes
    LocalOpMethods
  143. def localDualMap(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterSource

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Map the values of a each cell to a new value; if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapOpMethods
  144. def localEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are equal, else 0.

    Definition Classes
    EqualOpMethods
  145. def localEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input double, else 0.

    Definition Classes
    EqualOpMethods
  146. def localEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    EqualOpMethods
  147. def localFloor(): RasterSource

    Takes the Floor of each raster cell value.

    Takes the Floor of each raster cell value.

    Definition Classes
    LocalOpMethods
  148. def localGreater(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than the next raster, else 0.

    Definition Classes
    GreaterOpMethods
  149. def localGreater(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input double, else 0.

    Definition Classes
    GreaterOpMethods
  150. def localGreater(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than the input integer, else 0.

    Definition Classes
    GreaterOpMethods
  151. def localGreaterOrEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are greater than or equal to the next raster, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  152. def localGreaterOrEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input double, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  153. def localGreaterOrEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is greater than or equal to the input integer, else 0.

    Definition Classes
    GreaterOrEqualOpMethods
  154. def localIf(rs: RasterSource, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  155. def localIf(rs: RasterSource, cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  156. def localIf(rs: RasterSource, cond: (Double, Double) ⇒ Boolean, trueValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  157. def localIf(rs: RasterSource, cond: (Int, Int) ⇒ Boolean, trueValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  158. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  159. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  160. def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RasterSource

    Definition Classes
    ConditionalOpMethods
  161. def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RasterSource

    Definition Classes
    ConditionalOpMethods
  162. def localInverseMask(rs: RasterSource, readMask: Int, writeMask: Int): RasterSource

    InverseMasks this raster based on cell values of the second raster.

    InverseMasks this raster based on cell values of the second raster. See InverseMask.

    Definition Classes
    LocalOpMethods
  163. def localLess(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than the next raster, else 0.

    Definition Classes
    LessOpMethods
  164. def localLess(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input double, else 0.

    Definition Classes
    LessOpMethods
  165. def localLess(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than the input integer, else 0.

    Definition Classes
    LessOpMethods
  166. def localLessOrEqual(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are less than or equal to the next raster, else 0.

    Definition Classes
    LessOrEqualOpMethods
  167. def localLessOrEqual(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input double, else 0.

    Definition Classes
    LessOrEqualOpMethods
  168. def localLessOrEqual(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is less than or equal to the input integer, else 0.

    Definition Classes
    LessOrEqualOpMethods
  169. def localLog(): RasterSource

    Computes the Log of a Raster.

    Computes the Log of a Raster.

    Definition Classes
    LocalOpMethods
  170. def localMajority(n: Int, rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityOpMethods
  171. def localMajority(n: Int, rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Assigns to each cell the value within the given rasters that is the nth most numerous.

    Definition Classes
    MajorityOpMethods
  172. def localMajority(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityOpMethods
  173. def localMajority(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the most numerous.

    Assigns to each cell the value within the given rasters that is the most numerous.

    Definition Classes
    MajorityOpMethods
  174. def localMap(f: (Int) ⇒ Int): RasterSource

    Map the integer values of a each cell to a new integer value.

    Map the integer values of a each cell to a new integer value.

    Definition Classes
    LocalMapOpMethods
  175. def localMapDouble(f: (Double) ⇒ Double): RasterSource

    Map the double values of a each cell to a new double value.

    Map the double values of a each cell to a new double value.

    Definition Classes
    LocalMapOpMethods
  176. def localMapIfSet(f: (Int) ⇒ Int): RasterSource

    For each cell whose value is not NODATA, map their integer values to a new integer value

    For each cell whose value is not NODATA, map their integer values to a new integer value

    Definition Classes
    LocalMapOpMethods
  177. def localMapIfSetDouble(fInt: (Int) ⇒ Int)(fDouble: (Double) ⇒ Double): RasterSource

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    For each cell whose value is not a NoData, if the type of the raster is a double type, map using the double function, otherwise map using the integer function.

    Definition Classes
    LocalMapOpMethods
  178. def localMapIfSetDouble(f: (Double) ⇒ Double): RasterSource

    For each cell whose value is not Double.

    For each cell whose value is not Double.NaN, map their double values to a new integer value

    Definition Classes
    LocalMapOpMethods
  179. def localMask(rs: RasterSource, readMask: Int, writeMask: Int): RasterSource

    Masks this raster based on cell values of the second raster.

    Masks this raster based on cell values of the second raster. See Mask.

    Definition Classes
    LocalOpMethods
  180. def localMax(rss: Seq[RasterSource]): RasterSource

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxOpMethods
  181. def localMax(rs: RasterSource): RasterSource

    Max the values of each cell in each raster.

    Max the values of each cell in each raster.

    Definition Classes
    MaxOpMethods
  182. def localMax(d: Double): RasterSource

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

    Definition Classes
    MaxOpMethods
  183. def localMax(i: Int): RasterSource

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxOpMethods
  184. def localMean(rss: RasterSource*)(implicit d: DI): RasterSource

    Takes the mean of the values of each cell in the set of rasters.

    Takes the mean of the values of each cell in the set of rasters.

    Definition Classes
    LocalOpMethods
  185. def localMean(rss: Seq[RasterSource]): RasterSource

    Takes the mean of the values of each cell in the set of rasters.

    Takes the mean of the values of each cell in the set of rasters.

    Definition Classes
    LocalOpMethods
  186. def localMin(rss: Seq[RasterSource]): RasterSource

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinOpMethods
  187. def localMin(rs: RasterSource): RasterSource

    Min the values of each cell in each raster.

    Min the values of each cell in each raster.

    Definition Classes
    MinOpMethods
  188. def localMin(d: Double): RasterSource

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

    Definition Classes
    MinOpMethods
  189. def localMin(i: Int): RasterSource

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinOpMethods
  190. def localMinority(n: Int, rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityOpMethods
  191. def localMinority(n: Int, rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Assigns to each cell the value within the given rasters that is the nth least numerous.

    Definition Classes
    MinorityOpMethods
  192. def localMinority(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityOpMethods
  193. def localMinority(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    MinorityOpMethods
  194. def localMultiply(rss: Seq[RasterSource]): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  195. def localMultiply(rs: RasterSource): RasterSource

    Multiply the values of each cell in each raster.

    Multiply the values of each cell in each raster.

    Definition Classes
    MultiplyOpMethods
  196. def localMultiply(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  197. def localMultiply(i: Int): RasterSource

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  198. def localNegate(): RasterSource

    Negate (multiply by -1) each value in a raster.

    Negate (multiply by -1) each value in a raster.

    Definition Classes
    LocalOpMethods
  199. def localNot(): RasterSource

    Get the negation of this raster source.

    Get the negation of this raster source. Will convert double values into integers.

    Definition Classes
    LocalOpMethods
  200. def localOr(rss: Seq[RasterSource]): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  201. def localOr(rs: RasterSource): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  202. def localOr(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  203. def localPow(rss: Seq[RasterSource]): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  204. def localPow(rs: RasterSource): RasterSource

    Pow the values of each cell in each raster.

    Pow the values of each cell in each raster.

    Definition Classes
    PowOpMethods
  205. def localPow(d: Double): RasterSource

    Pow each value of a raster by a double constant value.

    Pow each value of a raster by a double constant value.

    Definition Classes
    PowOpMethods
  206. def localPow(i: Int): RasterSource

    Pow each value of the raster by a constant value.

    Pow each value of the raster by a constant value.

    Definition Classes
    PowOpMethods
  207. def localPowValue(d: Double): RasterSource

    Pow a double constant value by each cell value.

    Pow a double constant value by each cell value.

    Definition Classes
    PowOpMethods
  208. def localPowValue(i: Int): RasterSource

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowOpMethods
  209. def localRound(): RasterSource

    Round the values of a Raster.

    Round the values of a Raster.

    Definition Classes
    LocalOpMethods
  210. def localSqrt(): RasterSource

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalOpMethods
  211. def localSubtract(rss: Seq[RasterSource]): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  212. def localSubtract(rs: RasterSource): RasterSource

    Subtract the values of each cell in each raster.

    Subtract the values of each cell in each raster.

    Definition Classes
    SubtractOpMethods
  213. def localSubtract(d: Double): RasterSource

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

    Definition Classes
    SubtractOpMethods
  214. def localSubtract(i: Int): RasterSource

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractOpMethods
  215. def localSubtractFrom(d: Double): RasterSource

    Subtract each value of a cell from a double constant value.

    Subtract each value of a cell from a double constant value.

    Definition Classes
    SubtractOpMethods
  216. def localSubtractFrom(i: Int): RasterSource

    Subtract each value of a cell from a constant value.

    Subtract each value of a cell from a constant value.

    Definition Classes
    SubtractOpMethods
  217. def localUndefined(): RasterSource

    Maps an integer typed Raster to 0 if the cell value is not NODATA, otherwise 1.

    Maps an integer typed Raster to 0 if the cell value is not NODATA, otherwise 1.

    Definition Classes
    LocalOpMethods
  218. def localUnequal(rs: RasterSource): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell valued of the rasters are not equal, else 0.

    Definition Classes
    UnequalOpMethods
  219. def localUnequal(d: Double): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input intenger, else 0.

    Definition Classes
    UnequalOpMethods
  220. def localUnequal(i: Int): RasterSource

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Returns a Raster with data of TypeBit, where cell values equal 1 if the corresponding cell value of the input raster is equal to the input integer, else 0.

    Definition Classes
    UnequalOpMethods
  221. def localVariety(rss: RasterSource*)(implicit d: DI): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    VarietyOpMethods
  222. def localVariety(rss: Seq[RasterSource]): RasterSource

    Assigns to each cell the value within the given rasters that is the least numerous.

    Assigns to each cell the value within the given rasters that is the least numerous.

    Definition Classes
    VarietyOpMethods
  223. def localXor(rss: Seq[RasterSource]): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  224. def localXor(rs: RasterSource): RasterSource

    Xor the values of each cell in each raster.

    Xor the values of each cell in each raster.

    Definition Classes
    XorOpMethods
  225. def localXor(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  226. def map[B, That](f: (Raster) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    apply a function to elements, and return the appropriate datasource *

    apply a function to elements, and return the appropriate datasource *

    Definition Classes
    DataSourceLike
  227. def mapIntersecting[B, That, D](p: Op[Polygon[D]], fullTileResults: Option[DataSource[B, _]])(handleTileIntersection: (TileIntersection) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    ZonalSummaryOpMethods
  228. def mapIntersecting[B, That, D](p: Op[Polygon[D]], fullTileResults: DataSource[B, _])(handleTileIntersection: (TileIntersection) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    ZonalSummaryOpMethods
  229. def mapIntersecting[B, That, D](p: Op[Polygon[D]])(handleTileIntersection: (TileIntersection) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    ZonalSummaryOpMethods
  230. def mapOp[B, That](f: (Op[Raster]) ⇒ Op[B])(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    apply a function to element operations, and return the appropriate datasource *

    apply a function to element operations, and return the appropriate datasource *

    Definition Classes
    DataSourceLike
  231. def mask[T](geoms: Iterable[Geometry[T]]): RasterSource

    Masks this raster by the given GeoJSON.

    Masks this raster by the given GeoJSON.

    Definition Classes
    LocalOpMethods
  232. def mask[T](geom: Geometry[T]): RasterSource

    Masks this raster by the given GeoJSON.

    Masks this raster by the given GeoJSON.

    Definition Classes
    LocalOpMethods
  233. def mask(geoJson: String): RasterSource

    Masks this raster by the given GeoJSON.

    Masks this raster by the given GeoJSON.

    Definition Classes
    LocalOpMethods
  234. def max(): ValueSource[Int]

  235. def min(): ValueSource[Int]

  236. def minMax(): ValueSource[(Int, Int)]

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

    Definition Classes
    AnyRef
  238. final def notify(): Unit

    Definition Classes
    AnyRef
  239. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  240. def rasterExtent: ValueSource[RasterExtent]

  241. def reduce[T1 >: Raster](reducer: (T1, T1) ⇒ T1): ValueSource[T1]

    Definition Classes
    DataSourceLike
  242. def reduceLeft[T1 >: Raster](reducer: (T1, Raster) ⇒ T1): ValueSource[T1]

    Definition Classes
    DataSourceLike
  243. def reduceRight[T1 >: Raster](reducer: (Raster, T1) ⇒ T1): ValueSource[T1]

    Definition Classes
    DataSourceLike
  244. def regionGroup(options: RegionGroupOptions = RegionGroupOptions.default): ValueSource[RegionGroupResult]

    Definition Classes
    GlobalOpMethods
  245. def renderPng(colors: Array[Int], numColors: Int): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  246. def renderPng(colors: Array[Int]): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  247. def renderPng(ramp: ColorRamp, breaks: Array[Int]): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  248. def renderPng(colorBreaks: ColorBreaks, noDataColor: Int): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  249. def renderPng(colorBreaks: ColorBreaks): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  250. def renderPng(colorRamp: ColorRamp): ValueSource[Png]

    Definition Classes
    RenderOpMethods
  251. def renderPng(): ValueSource[Png]

    Generate a PNG from a raster of RGBA integer values.

    Generate a PNG from a raster of RGBA integer values.

    Use this operation when you have created a raster whose values are already RGBA color values that you wish to render into a PNG. If you have a raster with data that you wish to render, you should use RenderPng instead.

    An RGBA value is a 32 bit integer with 8 bits used for each component: the first 8 bits are the red value (between 0 and 255), then green, blue, and alpha (with 0 being transparent and 255 being opaque).

    Definition Classes
    RenderOpMethods
  252. def rescale(newMin: Int, newMax: Int): RasterSource

    Definition Classes
    GlobalOpMethods
  253. def run(implicit server: Server): OperationResult[Raster]

    Definition Classes
    DataSourceLike
  254. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  255. def tileHistograms(): HistogramSource

    Definition Classes
    StatOpMethods
  256. def tiles: Op[Seq[Op[Raster]]]

  257. def toString(): String

    Definition Classes
    AnyRef → Any
  258. def toVector(): ValueSource[List[Polygon[Int]]]

    Definition Classes
    GlobalOpMethods
  259. def unary_-(): RasterSource

    Negate (multiply by -1) each value in a raster.

    Negate (multiply by -1) each value in a raster.

    Definition Classes
    LocalOpMethods
  260. def unary_~(): RasterSource

    Get the negation of this raster source.

    Get the negation of this raster source. Will convert double values into integers.

    Definition Classes
    LocalOpMethods
  261. def verticalFlip(): RasterSource

    Definition Classes
    GlobalOpMethods
  262. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  265. def warp(target: RasterExtent): RasterSource

  266. def writePng(path: String): ValueSource[Unit]

    Definition Classes
    IoOpMethods
  267. def zipWithNeighbors: Op[Seq[(Op[Raster], TileNeighbors)]]

    Definition Classes
    FocalOpMethods
  268. def zonalHistogram[D](p: Op[Polygon[D]], cached: DataSource[Histogram, _]): ValueSource[Histogram]

    Definition Classes
    ZonalSummaryOpMethods
  269. def zonalHistogram[D](p: Op[Polygon[D]]): ValueSource[Histogram]

    Definition Classes
    ZonalSummaryOpMethods
  270. def zonalHistogram(zonesSource: RasterSource): ValueSource[Map[Int, FastMapHistogram]]

    Given a raster, return a histogram summary of the cells within each zone.

    Given a raster, return a histogram summary of the cells within each zone.

    Definition Classes
    ZonalOpMethods
    Note

    zonalHistorgram does not currently support Double raster data. If you use a Raster with a Double RasterType (TypeFloat,TypeDouble) the data values will be rounded to integers.

  271. def zonalMax[D](p: Op[Polygon[D]], cached: DataSource[Int, _]): ValueSource[Int]

    Definition Classes
    ZonalSummaryOpMethods
  272. def zonalMax[D](p: Op[Polygon[D]]): ValueSource[Int]

    Definition Classes
    ZonalSummaryOpMethods
  273. def zonalMaxDouble[D](p: Op[Polygon[D]], cached: DataSource[Double, _]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  274. def zonalMaxDouble[D](p: Op[Polygon[D]]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  275. def zonalMean[D](p: Op[Polygon[D]], cached: DataSource[MeanResult, _]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  276. def zonalMean[D](p: Op[Polygon[D]]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  277. def zonalMeanDouble[D](p: Op[Polygon[D]], cached: DataSource[MeanResult, _]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  278. def zonalMeanDouble[D](p: Op[Polygon[D]]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  279. def zonalMin[D](p: Op[Polygon[D]], cached: DataSource[Int, _]): ValueSource[Int]

    Definition Classes
    ZonalSummaryOpMethods
  280. def zonalMin[D](p: Op[Polygon[D]]): ValueSource[Int]

    Definition Classes
    ZonalSummaryOpMethods
  281. def zonalMinDouble[D](p: Op[Polygon[D]], cached: DataSource[Double, _]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  282. def zonalMinDouble[D](p: Op[Polygon[D]]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  283. def zonalPercentage(zonesSource: RasterSource): RasterSource

    Given a raster and a raster representing it's zones, sets all pixels within each zone to the percentage of those pixels having values equal to that of the given pixel.

    Given a raster and a raster representing it's zones, sets all pixels within each zone to the percentage of those pixels having values equal to that of the given pixel.

    Percentages are integer values from 0 - 100.

    Definition Classes
    ZonalOpMethods
    Note

    ZonalPercentage does not currently support Double raster data. If you use a Raster with a Double RasterType (TypeFloat,TypeDouble) the data values will be rounded to integers.

  284. def zonalSum[D](p: Op[Polygon[D]], cached: DataSource[Long, _]): ValueSource[Long]

    Definition Classes
    ZonalSummaryOpMethods
  285. def zonalSum[D](p: Op[Polygon[D]]): ValueSource[Long]

    Definition Classes
    ZonalSummaryOpMethods
  286. def zonalSumDouble[D](p: Op[Polygon[D]], cached: DataSource[Double, _]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  287. def zonalSumDouble[D](p: Op[Polygon[D]]): ValueSource[Double]

    Definition Classes
    ZonalSummaryOpMethods
  288. def |(rss: Seq[RasterSource]): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  289. def |(rs: RasterSource): RasterSource

    Or the values of each cell in each raster.

    Or the values of each cell in each raster.

    Definition Classes
    OrOpMethods
  290. def |(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  291. def |:(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods

Inherited from RenderOpMethods[Repr]

Inherited from IoOpMethods[Repr]

Inherited from StatOpMethods[Repr]

Inherited from HydrologyOpMethods[Repr]

Inherited from ZonalSummaryOpMethods[Repr]

Inherited from ZonalOpMethods[Repr]

Inherited from GlobalOpMethods[Repr]

Inherited from FocalOpMethods[Repr]

Inherited from LocalOpMethods[Repr]

Inherited from VarietyOpMethods[Repr]

Inherited from MinorityOpMethods[Repr]

Inherited from MajorityOpMethods[Repr]

Inherited from ConditionalOpMethods[Repr]

Inherited from LessOrEqualOpMethods[Repr]

Inherited from GreaterOrEqualOpMethods[Repr]

Inherited from LessOpMethods[Repr]

Inherited from GreaterOpMethods[Repr]

Inherited from UnequalOpMethods[Repr]

Inherited from EqualOpMethods[Repr]

Inherited from PowOpMethods[Repr]

Inherited from MaxOpMethods[Repr]

Inherited from MinOpMethods[Repr]

Inherited from XorOpMethods[Repr]

Inherited from OrOpMethods[Repr]

Inherited from AndOpMethods[Repr]

Inherited from DivideOpMethods[Repr]

Inherited from MultiplyOpMethods[Repr]

Inherited from SubtractOpMethods[Repr]

Inherited from AddOpMethods[Repr]

Inherited from LocalMapOpMethods[Repr]

Inherited from DataSource[Raster, Raster]

Inherited from DataSourceLike[Raster, Raster, Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped