implicit class withMultibandRasterTransformMethods extends RasterTransformMethods[MultibandTile] with MultibandRasterTransformMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withMultibandRasterTransformMethods
- MultibandRasterTransformMethods
- RasterTransformMethods
- TransformMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withMultibandRasterTransformMethods(self: Raster[MultibandTile])
Value Members
-
def
flipHorizontal: Raster[MultibandTile]
- Definition Classes
- RasterTransformMethods → TransformMethods
-
def
flipVertical: Raster[MultibandTile]
- Definition Classes
- RasterTransformMethods → TransformMethods
-
def
rotate180: Raster[MultibandTile]
- Definition Classes
- TransformMethods
-
def
rotate270: Raster[MultibandTile]
- Definition Classes
- TransformMethods
-
def
rotate360: Raster[MultibandTile]
- Definition Classes
- TransformMethods
-
def
rotate90(n: Int = 1): Raster[MultibandTile]
- Definition Classes
- RasterTransformMethods → TransformMethods
-
val
self: Raster[MultibandTile]
- Definition Classes
- withMultibandRasterTransformMethods → MethodExtensions