t

geotrellis.raster.crop

TileCropMethods

trait TileCropMethods[T <: CellGrid[Int]] extends CropMethods[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileCropMethods
  2. CropMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def crop(srcExtent: Extent, extent: Extent, options: Options): T

    Given a source Extent, a destination extent, and some cropping options, produce a cropped Tile.

  2. abstract def crop(gridBounds: GridBounds[Int], options: Options): T

    Given a GridBounds and some cropping options, crop.

    Given a GridBounds and some cropping options, crop.

    Definition Classes
    CropMethods
  3. abstract def self: T
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def crop(srcExtent: Extent, extent: Extent): T

    Given a source Extent and a destination extent produce a cropped Tile.

  2. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): T

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

    Definition Classes
    CropMethods
  3. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int, options: Options): T

    Given the starting and stopping columns and rows and some cropping options, crop.

    Given the starting and stopping columns and rows and some cropping options, crop.

    Definition Classes
    CropMethods
  4. def crop(cols: Int, rows: Int): T

    Given a number of columns and rows for the desired output, crop.

    Given a number of columns and rows for the desired output, crop.

    Definition Classes
    CropMethods
  5. def crop(cols: Int, rows: Int, options: Options): T

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Definition Classes
    CropMethods
  6. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], T)]

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

    Definition Classes
    CropMethods
  7. def crop(gridBounds: GridBounds[Int]): T

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods