implicit class withSinglebandRasterMergeMethod extends RasterMergeMethods[Tile]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSinglebandRasterMergeMethod
- RasterMergeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
merge(other: Raster[Tile]): Raster[Tile]
Merge this Raster with the other one.
Merge this Raster with the other one. All places in the present raster that contain NODATA are filled-in with data from the other raster. A new Raster is returned.
- other
The other Raster
- returns
A new Raster, the result of the merge
- Definition Classes
- RasterMergeMethods
-
def
merge(other: Raster[Tile], method: resample.ResampleMethod): Raster[Tile]
Merge this Raster with the other one.
Merge this Raster with the other one. All places in the present raster that contain NODATA are filled-in with data from the other raster. A new Raster is returned.
- other
The other Raster
- method
The resampling method
- returns
A new Raster, the result of the merge
- Definition Classes
- RasterMergeMethods
-
val
self: Raster[Tile]
- Definition Classes
- RasterMergeMethods → MethodExtensions