implicit class withMultibandTileRasterCropMethods extends RasterCropMethods[MultibandTile]
- Alphabetic
- By Inheritance
- withMultibandTileRasterCropMethods
- RasterCropMethods
- CropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withMultibandTileRasterCropMethods(self: Raster[MultibandTile])
Value Members
-
def
crop(gridBounds: GridBounds[Int], options: Options): Raster[MultibandTile]
Given a GridBounds and some cropping options, produce a new Raster.
Given a GridBounds and some cropping options, produce a new Raster.
- Definition Classes
- RasterCropMethods → CropMethods
-
def
crop(extent: Extent): Raster[MultibandTile]
Given an Extent, produce a cropped Raster.
Given an Extent, produce a cropped Raster.
- Definition Classes
- RasterCropMethods
-
def
crop(extent: Extent, options: Options): Raster[MultibandTile]
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
-
def
crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): Raster[MultibandTile]
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): Raster[MultibandTile]
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): Raster[MultibandTile]
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): Raster[MultibandTile]
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], Raster[MultibandTile])]
Crop out multiple GridBounds windows.
Crop out multiple GridBounds windows.
- Definition Classes
- CropMethods
-
def
crop(gridBounds: GridBounds[Int]): Raster[MultibandTile]
Given a GridBounds, crop.
Given a GridBounds, crop.
- Definition Classes
- CropMethods
-
val
self: Raster[MultibandTile]
- Definition Classes
- withMultibandTileRasterCropMethods → MethodExtensions