t

geotrellis.raster.render

MultibandPngRenderMethods

trait MultibandPngRenderMethods extends MethodExtensions[MultibandTile]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultibandPngRenderMethods
  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: MultibandTile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def renderPng(): Png

    Generate a PNG image from a multiband raster.

    Generate a PNG image from a multiband raster.

    Use this operation when you have a multiband raster of data that you want to visualize with an image.

    To render with this method, you must first ensure that your tile is encoded with integer data whose values range from 0 to 255.