trait TileResampleMethods[T] extends MethodExtensions[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileResampleMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def resample(extent: Extent, targetCols: Int, targetRows: Int, method: ResampleMethod): T
- abstract def resample(extent: Extent, target: RasterExtent, method: ResampleMethod): T
-
abstract
def
self: T
- Definition Classes
- MethodExtensions