c

geotrellis.raster.merge

RasterMergeMethods

abstract class RasterMergeMethods[T <: CellGrid[Int]] extends MethodExtensions[Raster[T]]

A class providing extension methods for merging rasters.

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

Instance Constructors

  1. new RasterMergeMethods(self: Raster[T])(implicit arg0: (T) ⇒ TileMergeMethods[T])

Value Members

  1. def merge(other: Raster[T]): Raster[T]

    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

  2. def merge(other: Raster[T], method: resample.ResampleMethod): Raster[T]

    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

  3. val self: Raster[T]
    Definition Classes
    RasterMergeMethodsMethodExtensions