t

geotrellis.raster.render

AsciiRenderMethods

trait AsciiRenderMethods extends MethodExtensions[Tile]

Extension methods on Tile for printing a representation as ASCII ranged characters or numerical values.

Since

9/6/17

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsciiRenderMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def asciiDraw(): String

    Return ascii art of this raster.

  2. def asciiDrawDouble(significantDigits: Int = Int.MaxValue): String

    Return ascii art of this raster.

    Return ascii art of this raster. The single int parameter indicates the number of significant digits to be printed.

  3. def asciiDrawRange(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): String

    Return ascii art of a range from this raster.

  4. def renderAscii(palette: Palette = AsciiArtEncoder.Palette.WIDE): String