t

geotrellis.raster.resample

ResampleMethods

trait ResampleMethods[T <: CellGrid[Int]] extends MethodExtensions[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResampleMethods
  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, targetExtent: RasterExtent, method: ResampleMethod): T
  2. abstract def self: T
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def resample(targetCols: Int, targetRows: Int): T

    Only changes the resolution

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