trait SinglebandTileCropMethods extends TileCropMethods[Tile]
- Alphabetic
- By Inheritance
- SinglebandTileCropMethods
- TileCropMethods
- CropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete 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): 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
-
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()
-
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()