Packages

c

geotrellis.raster.render.Implicits

withMultibandRenderMethods

implicit class withMultibandRenderMethods extends MultibandColorMethods with MultibandJpgRenderMethods with MultibandPngRenderMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandRenderMethods
  2. MultibandPngRenderMethods
  3. MultibandJpgRenderMethods
  4. MultibandColorMethods
  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 withMultibandRenderMethods(self: MultibandTile)

Value Members

  1. def color(): Tile

    Turns an RGB or an RGBA multiband tile into a integer packed RGBA single band tile

    Turns an RGB or an RGBA multiband tile into a integer packed RGBA single band tile

    Definition Classes
    MultibandColorMethods
  2. def renderJpg(): Jpg

    Generate a JPG image from a multiband raster.

    Generate a JPG 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.

    Definition Classes
    MultibandJpgRenderMethods
  3. 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.

    Definition Classes
    MultibandPngRenderMethods
  4. val self: MultibandTile