t

geotrellis.raster.resample

TileResampleMethods

trait TileResampleMethods[T] extends MethodExtensions[T]

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

Abstract Value Members

  1. abstract def resample(extent: Extent, targetCols: Int, targetRows: Int, method: ResampleMethod): T
  2. abstract def resample(extent: Extent, target: RasterExtent, method: ResampleMethod): T
  3. abstract def self: T
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def resample(targetCols: Int, targetRows: Int): T
  2. def resample(targetCols: Int, targetRows: Int, method: ResampleMethod): T
  3. def resample(extent: Extent, targetCols: Int, targetRows: Int): T
  4. def resample(extent: Extent, target: RasterExtent): T