implicit class withMultibandTileCropMethods extends MultibandTileCropMethods
- Alphabetic
- By Inheritance
- withMultibandTileCropMethods
- MultibandTileCropMethods
- TileCropMethods
- CropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withMultibandTileCropMethods(self: 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(srcExtent: Extent, extent: Extent, options: Options): MultibandTile
Given a source Extent (the extent of the present MultibandTile), a destination Extent, and a set of Options, return a new MultibandTile.
Given a source Extent (the extent of the present MultibandTile), a destination Extent, and a set of Options, return a new MultibandTile.
- Definition Classes
- MultibandTileCropMethods → TileCropMethods
-
def
crop(gridBounds: GridBounds[Int], options: Options): MultibandTile
Crops this MultibandTile to the given region using methods specified in the cropping options.
Crops this MultibandTile to the given region using methods specified in the cropping options.
- Definition Classes
- MultibandTileCropMethods → CropMethods
-
def
crop(srcExtent: Extent, extent: Extent): MultibandTile
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): 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): 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): 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): 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], MultibandTile)]
Crop out multiple GridBounds windows.
Crop out multiple GridBounds windows.
- Definition Classes
- CropMethods
-
def
crop(gridBounds: GridBounds[Int]): MultibandTile
Given a GridBounds, crop.
Given a GridBounds, crop.
- Definition Classes
- CropMethods
-
def
cropBands(gridBounds: GridBounds[Int], targetBands: Seq[Int]): MultibandTile
Crops this MultibandTile such that the output will contain only the given region and bands specified.
Crops this MultibandTile such that the output will contain only the given region and bands specified.
- Definition Classes
- MultibandTileCropMethods
-
def
cropBands(gridBounds: Seq[GridBounds[Int]], targetBands: Seq[Int]): Iterator[(GridBounds[Int], MultibandTile)]
- Definition Classes
- MultibandTileCropMethods
-
def
cropBands(gridBounds: Seq[GridBounds[Int]], targetBands: Seq[Int], options: Options): Iterator[(GridBounds[Int], MultibandTile)]
- Definition Classes
- MultibandTileCropMethods
-
def
cropBands(gridBounds: GridBounds[Int], targetBands: Seq[Int], options: Options): MultibandTile
Given a GridBounds, a sequence of bands indexes, and some cropping options, crop the MultibandTile and return a new MultibandTile that contains the target area and bands.
Given a GridBounds, a sequence of bands indexes, and some cropping options, crop the MultibandTile and return a new MultibandTile that contains the target area and bands.
- Definition Classes
- MultibandTileCropMethods
-
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: MultibandTile
- Definition Classes
- withMultibandTileCropMethods → 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()