geotrellis

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. case class LoadFile(p: Op[String]) extends Operation[Raster] with Product with Serializable

    Load the raster data for a particular extent/resolution from the specified file.

  2. case class LoadFileWithRasterExtent(p: Op[String], e: Op[RasterExtent]) extends Operation[Raster] with Product with Serializable

  3. case class LoadRaster(n: Op[String], r: Op[RasterExtent]) extends Op[Raster] with Product with Serializable

    Load the raster data for a particular extent/resolution from the specified file.

  4. case class LoadRasterExtent(nme: Op[String]) extends Op[RasterExtent] with Product with Serializable

  5. case class LoadRasterExtentFromFile(path: String) extends Op1[String, RasterExtent] with Product with Serializable

    Load the geotrellis.geoattrs.RasterExtent from the raster in the specified file.

  6. case class LoadRasterMetadataFromFile(path: String) extends Op1[String, RasterExtent] with Product with Serializable

    Load the RasterLayer, a representation of the raster metadata, from the raster in the specified file.

  7. case class LoadTileSet(path: Op[String]) extends Op[Raster] with Product with Serializable

    Load the a set of tiles the specified directory.

  8. case class ReclassifyColorsRgba(r: Op[Raster], mapper: Op[ColorMapper]) extends Op2[Raster, ColorMapper, Raster] with Product with Serializable

  9. case class RenderPNG(r: Op[Raster], colorBreaks: Op[ColorBreaks], noDataColor: Op[Int], transparent: Op[Boolean]) extends Op4[Raster, ColorBreaks, Int, Boolean, Array[Byte]] with Product with Serializable

    Generate a PNG from a given raster and a set of color breaks.

  10. case class RenderPngRgba(r: Op[Raster]) extends Op1[Raster, Array[Byte]] with Product with Serializable

  11. case class WritePNGFile(r: Op[Raster], path: Op[String], breaks: Op[Array[(Int, Int)]], noDataColor: Op[Int], transparent: Op[Boolean]) extends Op5[Raster, String, Array[(Int, Int)], Int, Boolean, Unit.type] with Product with Serializable

    Write out a PNG graphic file to the file system at the specified path.

  12. case class WritePNGFile2(r: Op[Raster], path: String, noDataColor: Int, transparent: Boolean) extends Op4[Raster, String, Int, Boolean, Unit.type] with Product with Serializable

Value Members

  1. object LoadFile extends Serializable

  2. object LoadRaster extends Serializable

  3. object RenderPNG3 extends AnyRef

  4. object RenderPng32 extends AnyRef