abstract class Resample extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resample
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Resample(tile: Tile, extent: Extent)

Concrete Value Members

  1. final def resample(x: Double, y: Double): Int
  2. final def resample(p: Point): Int
  3. final def resampleDouble(x: Double, y: Double): Double
  4. final def resampleDouble(p: Point): Double