Packages

c

geotrellis.raster.resample.Implicits

withSinglebandRasterResampleMethods

implicit class withSinglebandRasterResampleMethods extends SinglebandRasterResampleMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandRasterResampleMethods
  2. SinglebandRasterResampleMethods
  3. RasterResampleMethods
  4. MethodExtensions
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. def resample(target: RasterExtent, method: ResampleMethod): SinglebandRaster
  2. def resample(targetCols: Int, targetRows: Int): SinglebandRaster
    Definition Classes
    RasterResampleMethods
  3. def resample(targetCols: Int, targetRows: Int, method: ResampleMethod): SinglebandRaster
    Definition Classes
    RasterResampleMethods
  4. def resample(target: RasterExtent): SinglebandRaster
    Definition Classes
    RasterResampleMethods
  5. val self: Raster[Tile]