Class

geotrellis.engine.render

RenderRasterSourceMethodExtensions

Related Doc: package render

Permalink

implicit class RenderRasterSourceMethodExtensions extends RenderRasterSourcePngMethods with RenderRasterSourceJpgMethods with RasterSourceColorMethods

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderRasterSourceMethodExtensions
  2. RasterSourceColorMethods
  3. RenderRasterSourceJpgMethods
  4. RenderRasterSourcePngMethods
  5. RasterSourceMethods
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RenderRasterSourceMethodExtensions(rasterSource: RasterSource)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def color(colorMap: ColorMap)(implicit d: DI): RasterSource

    Permalink
    Definition Classes
    RasterSourceColorMethods
  7. def color(breaksToColors: Map[Double, Int], options: Options)(implicit d: DI): RasterSource

    Permalink
    Definition Classes
    RasterSourceColorMethods
  8. def color(breaksToColors: Map[Double, Int])(implicit d: DI): RasterSource

    Permalink
    Definition Classes
    RasterSourceColorMethods
  9. def color(breaksToColors: Map[Int, Int], options: Options): RasterSource

    Permalink
    Definition Classes
    RasterSourceColorMethods
  10. def color(breaksToColors: Map[Int, Int]): RasterSource

    Permalink
    Definition Classes
    RasterSourceColorMethods
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val rasterSource: RasterSource

    Permalink
  21. def renderJpg(colorMap: ColorMap): ValueSource[Jpg]

    Permalink
    Definition Classes
    RenderRasterSourceJpgMethods
  22. def renderJpg(colors: Array[Int]): ValueSource[Jpg]

    Permalink
    Definition Classes
    RenderRasterSourceJpgMethods
  23. def renderJpg(): ValueSource[Jpg]

    Permalink

    Generate a PNG from a raster of RGBA integer values.

    Generate a PNG from a raster of RGBA integer values.

    Use this operation when you have created a raster whose values are already RGBA color values that you wish to render into a PNG. If you have a raster with data that you wish to render, you should use RenderJpg instead.

    An RGBA value is a 32 bit integer with 8 bits used for each component: the first 8 bits are the red value (between 0 and 255), then green, blue, and alpha (with 0 being transparent and 255 being opaque).

    Definition Classes
    RenderRasterSourceJpgMethods
  24. def renderPng(colorMap: ColorMap): ValueSource[Png]

    Permalink
    Definition Classes
    RenderRasterSourcePngMethods
  25. def renderPng(colors: Array[Int]): ValueSource[Png]

    Permalink
    Definition Classes
    RenderRasterSourcePngMethods
  26. def renderPng(): ValueSource[Png]

    Permalink

    Generate a PNG from a raster of RGBA integer values.

    Generate a PNG from a raster of RGBA integer values.

    Use this operation when you have created a raster whose values are already RGBA color values that you wish to render into a PNG. If you have a raster with data that you wish to render, you should use RenderPng instead.

    An RGBA value is a 32 bit integer with 8 bits used for each component: the first 8 bits are the red value (between 0 and 255), then green, blue, and alpha (with 0 being transparent and 255 being opaque).

    Definition Classes
    RenderRasterSourcePngMethods
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RasterSourceColorMethods

Inherited from RasterSourceMethods

Inherited from AnyRef

Inherited from Any

Ungrouped