Package

geotrellis.raster

render

Permalink

package render

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. render
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ClassBoundaryType extends AnyRef

    Permalink

    Root element in hierarchy for specifying the type of boundary when classifying colors

  2. trait ColorMap extends Serializable

    Permalink
  3. trait ColorMethods extends MethodExtensions[Tile]

    Permalink
  4. class ColorRamp extends Serializable

    Permalink

    A ColorRamp represents a sequence of RGBA color values

  5. class DoubleColorMap extends ColorMap

    Permalink
  6. sealed trait ImageFormat extends AnyRef

    Permalink
  7. class IntCachedColorMap extends ColorMap

    Permalink

    Caches a color ramp based on a histogram of values.

    Caches a color ramp based on a histogram of values. This is an optimization, since often times we create a histogram while classifying, and can reuse that computed information in the color mapping.

  8. class IntColorMap extends ColorMap

    Permalink
  9. case class Jpg(bytes: Array[Byte]) extends ImageFormat with Product with Serializable

    Permalink
  10. trait JpgRenderMethods extends MethodExtensions[Tile]

    Permalink
  11. trait MultibandColorMethods extends MethodExtensions[MultibandTile]

    Permalink
  12. trait MultibandJpgRenderMethods extends MethodExtensions[MultibandTile]

    Permalink
  13. trait MultibandPngRenderMethods extends MethodExtensions[MultibandTile]

    Permalink
  14. case class Png(bytes: Array[Byte]) extends ImageFormat with Product with Serializable

    Permalink
  15. trait PngRenderMethods extends MethodExtensions[Tile]

    Permalink
  16. implicit final class RGBA extends AnyVal

    Permalink

Value Members

  1. object ColorMap extends Serializable

    Permalink
  2. object ColorRamp extends Serializable

    Permalink
  3. object ColorRamps

    Permalink
  4. object Exact extends ClassBoundaryType with Product with Serializable

    Permalink
  5. object GreaterThan extends ClassBoundaryType with Product with Serializable

    Permalink
  6. object GreaterThanOrEqualTo extends ClassBoundaryType with Product with Serializable

    Permalink
  7. object Jpg extends Serializable

    Permalink
  8. object LessThan extends ClassBoundaryType with Product with Serializable

    Permalink
  9. object LessThanOrEqualTo extends ClassBoundaryType with Product with Serializable

    Permalink
  10. object Png extends Serializable

    Permalink
  11. object RGB

    Permalink
  12. object RGBA

    Permalink
  13. package jpg

    Permalink
  14. package png

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped