geotrellis.engine

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. case class LoadFile(p: Op[String]) extends Operation[Tile] 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[Tile] with Product with Serializable

    Load the raster data from the specified file, using the RasterExtent provided.

  3. case class LoadRaster(layerId: Op[LayerId], r: Op[Option[RasterExtent]]) extends Op[Tile] with Product with Serializable

    Load the raster data for a particular extent/resolution for the raster layer in the catalog with name 'n'

  4. case class LoadRasterDefinition(layerId: Op[LayerId]) extends Op[RasterDefinition] with Product with Serializable

    Load the RasterDefinition from the raster layer with the specified name.

  5. case class LoadRasterExtent(layerId: Op[LayerId]) extends Op[RasterExtent] with Product with Serializable

    Load the RasterExtent from the raster layer with the specified name.

  6. case class LoadRasterExtentFromFile(path: Op[String]) extends Op[RasterExtent] with Product with Serializable

    Load the RasterExtent from the raster in the specified file.

  7. case class LoadRasterLayer(layerId: Op[LayerId]) extends Op[RasterLayer] with Product with Serializable

    Load the RasterLayer from the raster layer with the specified name.

  8. case class LoadRasterLayerFromPath(path: Op[String]) extends Op[RasterLayer] with Product with Serializable

    Load the RasterLayer from the raster layer at the specified path.

  9. case class LoadRasterLayerFromUrl(url: Op[String]) extends Op[RasterLayer] with Product with Serializable

    Load the RasterLayer from the raster layer at the specified URL.

  10. case class LoadRasterLayerInfo(layerId: Op[LayerId]) extends Op[RasterLayerInfo] with Product with Serializable

    Load the RasterLayerInfo from the raster layer with the specified name.

  11. case class LoadRasterLayerInfoFromPath(path: Op[String]) extends Op[RasterLayerInfo] with Product with Serializable

    Load the RasterLayerInfo from the raster layer at the specified path.

  12. case class LoadRasterUrl(url: Op[String], re: Op[Option[RasterExtent]]) extends Operation[Tile] with Product with Serializable

    Load the raster from JSON metadata recieved from a URL

  13. case class LoadTile(layerId: Op[LayerId], col: Op[Int], row: Op[Int], targetExtent: Op[Option[RasterExtent]]) extends Op[Tile] with Product with Serializable

Value Members

  1. object LoadFile extends Serializable

  2. object LoadRaster extends Serializable

  3. object LoadRasterDefinition extends Serializable

  4. object LoadRasterExtent extends Serializable

  5. object LoadRasterLayer extends Serializable

  6. object LoadRasterLayerInfo extends Serializable

  7. object LoadRasterUrl extends Serializable

  8. object LoadTile extends Serializable

Ungrouped