c

geotrellis.raster.resample

AggregateResample

abstract class AggregateResample extends Resample

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

Instance Constructors

  1. new AggregateResample(tile: Tile, extent: Extent, targetCS: CellSize)

Concrete Value Members

  1. def contributions(x: Double, y: Double): Seq[(Int, Int)]
  2. val halfSrcCellHeight: Double
  3. val halfSrcCellWidth: Double
  4. val halfTargetHeight: Double
  5. val halfTargetWidth: Double
  6. final def resample(x: Double, y: Double): Int
    Definition Classes
    Resample
  7. final def resample(p: Point): Int
    Definition Classes
    Resample
  8. final def resampleDouble(x: Double, y: Double): Double
    Definition Classes
    Resample
  9. final def resampleDouble(p: Point): Double
    Definition Classes
    Resample
  10. val srcCellHeight: Double
  11. val srcCellWidth: Double
  12. def xIndices(x: Double): (Int, Int)
  13. def yIndices(y: Double): (Int, Int)