implicit class withSinglebandTileFeatureCropMethods[D] extends TileFeatureCropMethods[Tile, D]
- Alphabetic
- By Inheritance
- withSinglebandTileFeatureCropMethods
- TileFeatureCropMethods
- TileCropMethods
- CropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withSinglebandTileFeatureCropMethods(self: TileFeature[Tile, D])
Value Members
-
def
crop(gb: GridBounds[Int], options: Options): TileFeature[Tile, D]
Given a GridBounds and some cropping options, crop.
Given a GridBounds and some cropping options, crop.
- Definition Classes
- TileFeatureCropMethods → CropMethods
-
def
crop(srcExtent: Extent, extent: Extent, options: Options): TileFeature[Tile, D]
Given a source Extent, a destination extent, and some cropping options, produce a cropped Tile.
Given a source Extent, a destination extent, and some cropping options, produce a cropped Tile.
- Definition Classes
- TileFeatureCropMethods → TileCropMethods
-
def
crop(srcExtent: Extent, extent: Extent): TileFeature[Tile, D]
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): TileFeature[Tile, D]
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): TileFeature[Tile, D]
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): TileFeature[Tile, D]
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): TileFeature[Tile, D]
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], TileFeature[Tile, D])]
Crop out multiple GridBounds windows.
Crop out multiple GridBounds windows.
- Definition Classes
- CropMethods
-
def
crop(gridBounds: GridBounds[Int]): TileFeature[Tile, D]
Given a GridBounds, crop.
Given a GridBounds, crop.
- Definition Classes
- CropMethods
-
val
self: TileFeature[Tile, D]
- Definition Classes
- TileFeatureCropMethods → MethodExtensions