Packages

c

geotrellis.raster.transform.Implicits

withSinglebandRasterTransformMethods

implicit class withSinglebandRasterTransformMethods extends RasterTransformMethods[Tile] with SinglebandRasterTransformMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandRasterTransformMethods
  2. SinglebandRasterTransformMethods
  3. RasterTransformMethods
  4. TransformMethods
  5. MethodExtensions
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSinglebandRasterTransformMethods(self: Raster[Tile])

Value Members

  1. def flipHorizontal: Raster[Tile]
  2. def flipVertical: Raster[Tile]
  3. def rotate180: Raster[Tile]
    Definition Classes
    TransformMethods
  4. def rotate270: Raster[Tile]
    Definition Classes
    TransformMethods
  5. def rotate360: Raster[Tile]
    Definition Classes
    TransformMethods
  6. def rotate90(n: Int = 1): Raster[Tile]
  7. val self: Raster[Tile]