geotrellis.source

RasterSource

class RasterSource extends RasterSourceLike[RasterSource]

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

Instance Constructors

  1. new RasterSource(rasterDef: Op[RasterDefinition], tileOps: Op[Seq[Op[Raster]]])

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

    Definition Classes
    RasterSourceLike
  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. def elements(): Op[Seq[Op[Raster]]]

    Definition Classes
    RasterSourceDataSourceLike
  97. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    HydrologyOpMethods
  100. def finalize(): Unit

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

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

    Definition Classes
    FocalOpMethods
  103. def focalAspect: RasterSource

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

    Definition Classes
    FocalOpMethods
  105. def focalHillshade: RasterSource

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

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

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

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

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

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

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

    Definition Classes
    FocalOpMethods
  113. def focalSlope: RasterSource

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

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

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

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

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

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

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

    Definition Classes
    RasterSourceLike
  121. def globalOp[T, That](f: (Raster) ⇒ Op[Raster])(implicit bf: CanBuildSourceFrom[RasterSource, Raster, That]): That

    Definition Classes
    RasterSourceLike
  122. def hashCode(): Int

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

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

    Definition Classes
    RasterSourceLike
  125. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  126. 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
  127. 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
  128. def localAdd(d: Double): RasterSource

    Add a constant Double value to each cell.

    Add a constant Double value to each cell.

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

    Add a constant Int value to each cell.

    Add a constant Int value to each cell.

    Definition Classes
    AddOpMethods
  130. 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
  131. 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
  132. def localAnd(i: Int): RasterSource

    And a constant Int value to each cell.

    And a constant Int value to each cell.

    Definition Classes
    AndOpMethods
  133. def localCeil(): RasterSource

    Takes the Ceiling of each raster cell value.

    Takes the Ceiling of each raster cell value.

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

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

    Definition Classes
    LocalOpMethods
  136. 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
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. def localDivideValue(i: Int): RasterSource

    Divide a constant value by each cell value.

    Divide a constant value by each cell value.

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

    Definition Classes
    LocalOpMethods
  144. 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
  145. 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
  146. 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
  147. 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
  148. def localFloor(): RasterSource

    Takes the Floor of each raster cell value.

    Takes the Floor of each raster cell value.

    Definition Classes
    LocalOpMethods
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. def localIf(rs: RasterSource, cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RasterSource

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

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

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

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

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

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

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

    Definition Classes
    ConditionalOpMethods
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. def localLog(): RasterSource

    Computes the Log of a Raster.

    Computes the Log of a Raster.

    Definition Classes
    LocalOpMethods
  171. 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
  172. 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
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. 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
  183. def localMax(d: Double): RasterSource

    Max a constant Double value to each cell.

    Max a constant Double value to each cell.

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

    Max a constant Int value to each cell.

    Max a constant Int value to each cell.

    Definition Classes
    MaxOpMethods
  185. 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
  186. 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
  187. 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
  188. 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
  189. def localMin(d: Double): RasterSource

    Min a constant Double value to each cell.

    Min a constant Double value to each cell.

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

    Min a constant Int value to each cell.

    Min a constant Int value to each cell.

    Definition Classes
    MinOpMethods
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. def localMultiply(d: Double): RasterSource

    Multiply a double constant value from each cell.

    Multiply a double constant value from each cell.

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

    Multiply a constant value from each cell.

    Multiply a constant value from each cell.

    Definition Classes
    MultiplyOpMethods
  199. def localNegate(): RasterSource

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

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

    Definition Classes
    LocalOpMethods
  200. 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
  201. 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
  202. 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
  203. def localOr(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  204. 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
  205. 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
  206. 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
  207. 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
  208. 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
  209. def localPowValue(i: Int): RasterSource

    Pow a constant value by each cell value.

    Pow a constant value by each cell value.

    Definition Classes
    PowOpMethods
  210. def localRound(): RasterSource

    Round the values of a Raster.

    Round the values of a Raster.

    Definition Classes
    LocalOpMethods
  211. def localSqrt(): RasterSource

    Take the square root each value in a raster.

    Take the square root each value in a raster.

    Definition Classes
    LocalOpMethods
  212. 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
  213. 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
  214. def localSubtract(d: Double): RasterSource

    Subtract a double constant value from each cell.

    Subtract a double constant value from each cell.

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

    Subtract a constant value from each cell.

    Subtract a constant value from each cell.

    Definition Classes
    SubtractOpMethods
  216. 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
  217. 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
  218. 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
  219. 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
  220. 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
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. def localXor(i: Int): RasterSource

    Xor a constant Int value to each cell.

    Xor a constant Int value to each cell.

    Definition Classes
    XorOpMethods
  227. 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
  228. 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
  229. 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
  230. def mapIntersecting[B, That, D](p: Op[Polygon[D]])(handleTileIntersection: (TileIntersection) ⇒ B)(implicit bf: CanBuildSourceFrom[RasterSource, B, That]): That

    Definition Classes
    ZonalSummaryOpMethods
  231. 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
  232. 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
  233. def mask[T](geom: Geometry[T]): RasterSource

    Masks this raster by the given GeoJSON.

    Masks this raster by the given GeoJSON.

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

    Masks this raster by the given GeoJSON.

    Masks this raster by the given GeoJSON.

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

    Definition Classes
    RasterSourceLike
  236. def min(): ValueSource[Int]

    Definition Classes
    RasterSourceLike
  237. def minMax(): ValueSource[(Int, Int)]

    Definition Classes
    RasterSourceLike
  238. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  241. val rasterDef: Op[RasterDefinition]

  242. val rasterDefinition: Op[RasterDefinition]

    Definition Classes
    RasterSourceRasterSourceLike
  243. def rasterExtent: ValueSource[RasterExtent]

    Definition Classes
    RasterSourceLike
  244. def reduce[T1 >: Raster](reducer: (T1, T1) ⇒ T1): ValueSource[T1]

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

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

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

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

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

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

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

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

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

    Definition Classes
    RenderOpMethods
  254. 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
  255. def rescale(newMin: Int, newMax: Int): RasterSource

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

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

    Definition Classes
    AnyRef
  258. def tileHistograms(): HistogramSource

    Definition Classes
    StatOpMethods
  259. val tileOps: Op[Seq[Op[Raster]]]

  260. def tiles: Op[Seq[Op[Raster]]]

    Definition Classes
    RasterSourceLike
  261. def toString(): String

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

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

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

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

    Definition Classes
    LocalOpMethods
  264. 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
  265. def verticalFlip(): RasterSource

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

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

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

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

    Definition Classes
    RasterSourceLike
  270. def writePng(path: String): ValueSource[Unit]

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

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

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

    Definition Classes
    ZonalSummaryOpMethods
  274. 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.

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ZonalSummaryOpMethods
  287. 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.

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

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

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

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

    Definition Classes
    ZonalSummaryOpMethods
  292. 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
  293. 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
  294. def |(i: Int): RasterSource

    Or a constant Int value to each cell.

    Or a constant Int value to each cell.

    Definition Classes
    OrOpMethods
  295. 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 RasterSourceLike[RasterSource]

Inherited from RenderOpMethods[RasterSource]

Inherited from IoOpMethods[RasterSource]

Inherited from StatOpMethods[RasterSource]

Inherited from ZonalOpMethods[RasterSource]

Inherited from GlobalOpMethods[RasterSource]

Inherited from FocalOpMethods[RasterSource]

Inherited from LocalOpMethods[RasterSource]

Inherited from VarietyOpMethods[RasterSource]

Inherited from LessOpMethods[RasterSource]

Inherited from GreaterOpMethods[RasterSource]

Inherited from UnequalOpMethods[RasterSource]

Inherited from EqualOpMethods[RasterSource]

Inherited from PowOpMethods[RasterSource]

Inherited from MaxOpMethods[RasterSource]

Inherited from MinOpMethods[RasterSource]

Inherited from XorOpMethods[RasterSource]

Inherited from OrOpMethods[RasterSource]

Inherited from AndOpMethods[RasterSource]

Inherited from DivideOpMethods[RasterSource]

Inherited from AddOpMethods[RasterSource]

Inherited from DataSource[Raster, Raster]

Inherited from AnyRef

Inherited from Any

Ungrouped