t

geotrellis.raster.resample

SinglebandRasterResampleMethods

trait SinglebandRasterResampleMethods extends RasterResampleMethods[SinglebandRaster]

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

Abstract Value Members

  1. abstract def self: SinglebandRaster
    Definition Classes
    MethodExtensions

Concrete 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