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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
self: Raster[MultibandTile]
- Definition Classes
- withMultibandTileRasterCropMethods → MethodExtensions
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()