geotrellis

data

package data

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ArgFloatNReadState extends ReadState

  2. final class AsciiReadState extends IntReadState

  3. case class ColorBreaks(limits: Array[Int], colors: Array[Int]) extends Product with Serializable

    ColorBreaks describes a way to render a raster into a colored image.

  4. abstract class ColorChooser extends AnyRef

    Abstract class for generating colors for class breaks.

  5. case class ColorMapper(cb: ColorBreaks, nodataColor: Int) extends (Int) ⇒ Int with Product with Serializable

    Mapper which wraps color breaks and nodataColor

  6. class ColorRamp extends AnyRef

    * List of colors for rendering a raster.

  7. abstract class ColorRangeChooser extends ColorChooser

    Abstract class for generating a range of colors.

  8. sealed trait Colors extends AnyRef

  9. trait FileReader extends Reader

  10. class Float32ReadState extends ArgFloatNReadState

  11. class Float64ReadState extends ArgFloatNReadState

  12. case class GdalRasterInfo(rasterType: Option[RasterType], rasterExtent: RasterExtent) extends Product with Serializable

  13. trait IntReadState extends ReadState

  14. case class LinearColorRangeChooser(color1: Int, color2: Int) extends ColorRangeChooser with Product with Serializable

    Generates colors on a gradient between an initial color and an end color.

  15. case class MultiColorRangeChooser(colors: Array[Int]) extends ColorRangeChooser with Product with Serializable

    Generates a range of colors from an array of initial colors.

  16. final class RasterReadState extends ReadState

  17. trait ReadState extends AnyRef

  18. trait Reader extends AnyRef

  19. case class RgbaColors(cs: Array[Int]) extends Colors with Product with Serializable

  20. case class RgbaPalette(cs: Array[Int]) extends Colors with Product with Serializable

  21. trait Writer extends AnyRef

Value Members

  1. object AsciiReader extends FileReader

  2. object AsciiWriter extends Writer

  3. object Blender

    Color blender used for generating symbology for class breaks.

  4. object Color

    All colors in geotrellis are encoded as RGBA integer values.

  5. object ColorBreaks extends Serializable

  6. object ColorRamp

  7. object ColorRamps

  8. object FileExtensionRegexes

    Regular expressions to identify data format file extensions.

  9. object Gdal

    Utility for running GDAL commands.

  10. object Importer

  11. object RasterReader extends Reader

  12. package arg

  13. package geotiff

  14. package png

Ungrouped