trait ResampleMethods[T <: CellGrid[Int]] extends MethodExtensions[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResampleMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def resample(extent: Extent, targetExtent: RasterExtent, method: ResampleMethod): T
-
abstract
def
self: T
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
resample(targetCols: Int, targetRows: Int): T
Only changes the resolution
- def resample(extent: Extent, targetCols: Int, targetRows: Int, method: ResampleMethod): T
- def resample(extent: Extent, targetCols: Int, targetRows: Int): T
- def resample(extent: Extent, targetExtent: Extent, method: ResampleMethod): T
- def resample(source: Extent, target: Extent): T
- def resample(source: Extent, target: RasterExtent): T