object Resample

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

Value Members

  1. def apply(method: ResampleMethod, tile: Tile, extent: Extent, cs: CellSize): Resample

    Create a resampler.

    Create a resampler.

    method

    The method ResampleMethod to use.

    tile

    The tile that is the source of the resample

    extent

    The extent of source tile.

    cs

    The cell size of the target, for usage with Aggregate resample methods.

  2. def apply(method: PointResampleMethod, tile: Tile, extent: Extent): Resample

    Create a resampler.

    Create a resampler.

    method

    The method ResampleMethod to use.

    tile

    The tile that is the source of the resample

    extent

    The extent of source tile.