Packages

c

geotrellis.raster.crop.Implicits

withSinglebandTileRasterCropMethods

implicit class withSinglebandTileRasterCropMethods extends RasterCropMethods[Tile]

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

Instance Constructors

  1. new withSinglebandTileRasterCropMethods(self: Raster[Tile])

Value Members

  1. def crop(gridBounds: GridBounds[Int], options: Options): Raster[Tile]

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

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

    Definition Classes
    RasterCropMethodsCropMethods
  2. def crop(extent: Extent): Raster[Tile]

    Given an Extent, produce a cropped Raster.

    Given an Extent, produce a cropped Raster.

    Definition Classes
    RasterCropMethods
  3. def crop(extent: Extent, options: Options): Raster[Tile]

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

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

    Definition Classes
    RasterCropMethods
  4. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Raster[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): Raster[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): Raster[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): Raster[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], Raster[Tile])]

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

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

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  10. val self: Raster[Tile]