c

geotrellis.raster.transform

RasterTransformMethods

abstract class RasterTransformMethods[T <: CellGrid[Int]] extends TransformMethods[Raster[T]]

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

Instance Constructors

  1. new RasterTransformMethods()(implicit arg0: (T) ⇒ TransformMethods[T])

Abstract Value Members

  1. abstract def self: Raster[T]
    Definition Classes
    MethodExtensions

Concrete Value Members

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