Packages

c

geotrellis.raster.transform.Implicits

withTileTransformMethods

implicit class withTileTransformMethods extends TransformTileMethods

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

Instance Constructors

  1. new withTileTransformMethods(self: Tile)

Value Members

  1. def flipHorizontal: Tile
    Definition Classes
    TransformTileMethodsTransformMethods
  2. def flipVertical: Tile
    Definition Classes
    TransformTileMethodsTransformMethods
  3. def rotate180: Tile
    Definition Classes
    TransformMethods
  4. def rotate270: Tile
    Definition Classes
    TransformMethods
  5. def rotate360: Tile
    Definition Classes
    TransformMethods
  6. def rotate90(n: Int = 1): Tile

    Rotate Tile n times by 90 degrees in the counter-clockwise direction.

    Rotate Tile n times by 90 degrees in the counter-clockwise direction.

    n

    number of times to rotate tile

    Definition Classes
    TransformTileMethodsTransformMethods
  7. val self: Tile