Packages

c

geotrellis.raster.crop.Implicits

withSinglebandTileCropMethods

implicit class withSinglebandTileCropMethods extends SinglebandTileCropMethods

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

Instance Constructors

  1. new withSinglebandTileCropMethods(self: Tile)

Value Members

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

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

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

    Definition Classes
    SinglebandTileCropMethodsTileCropMethods
  2. def crop(gridBounds: GridBounds[Int], options: Options): Tile

    Given a GridBounds and some cropping options, produce a new Tile.

    Given a GridBounds and some cropping options, produce a new Tile.

    Definition Classes
    SinglebandTileCropMethodsCropMethods
  3. def crop(srcExtent: Extent, extent: Extent): Tile

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

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

    Definition Classes
    TileCropMethods
  4. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Tile

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

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

    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
  6. def crop(cols: Int, rows: Int): Tile

    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
  7. def crop(cols: Int, rows: Int, options: Options): Tile

    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
  8. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

    Definition Classes
    CropMethods
  9. def crop(gridBounds: GridBounds[Int]): Tile

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  10. val self: Tile