implicit class withSinglebandTileCropMethods extends SinglebandTileCropMethods
- Alphabetic
- By Inheritance
- withSinglebandTileCropMethods
- SinglebandTileCropMethods
- TileCropMethods
- CropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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
- SinglebandTileCropMethods → TileCropMethods
-
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
- SinglebandTileCropMethods → CropMethods
-
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
-
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
-
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
-
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
-
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
-
def
crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]
Crop out multiple GridBounds windows.
Crop out multiple GridBounds windows.
- Definition Classes
- CropMethods
-
def
crop(gridBounds: GridBounds[Int]): Tile
Given a GridBounds, crop.
Given a GridBounds, crop.
- Definition Classes
- CropMethods
-
val
self: Tile
- Definition Classes
- withSinglebandTileCropMethods → MethodExtensions