Packages

c

geotrellis.raster.merge.Implicits

withSinglebandRasterMergeMethod

implicit class withSinglebandRasterMergeMethod extends RasterMergeMethods[Tile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandRasterMergeMethod
  2. RasterMergeMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSinglebandRasterMergeMethod(self: Raster[Tile])

Value Members

  1. 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
  2. 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
  3. val self: Raster[Tile]
    Definition Classes
    RasterMergeMethodsMethodExtensions