Package

org.locationtech.rasterframes

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class CellContext(tileContext: TileContext, tileDataContext: TileDataContext, colIndex: Short, rowIndex: Short) extends Product with Serializable

    Permalink
  2. case class Cells(data: Either[Array[Byte], RasterRef]) extends Product with Serializable

    Permalink

    Represents the union of binary cell datas or a reference to the data.

  3. case class FixedRasterExtent(extent: Extent, cellwidth: Double, cellheight: Double, cols: Int, rows: Int) extends GridExtent with Grid with Product with Serializable

    Permalink

    This class is a copy of the GeoTrellis 2.x RasterExtent, with [GT 3.0 fixes](https://github.com/locationtech/geotrellis/pull/2953/files) incorporated into the new GridExtent[T] class.

    This class is a copy of the GeoTrellis 2.x RasterExtent, with [GT 3.0 fixes](https://github.com/locationtech/geotrellis/pull/2953/files) incorporated into the new GridExtent[T] class. This class should be removed after RasterFrames is upgraded to GT 3.x.

  4. class LazyCRS extends CRS

    Permalink
  5. case class TileContext(extent: Extent, crs: CRS) extends Product with Serializable

    Permalink
  6. case class TileDataContext(cellType: CellType, dimensions: TileDimensions) extends Product with Serializable

    Permalink

    Encapsulates all information about a tile aside from actual cell values.

  7. case class TileDimensions(cols: Int, rows: Int) extends Grid with Product with Serializable

    Permalink

    Typed wrapper for tile size information.

    Typed wrapper for tile size information.

    Since

    2018-12-12

Value Members

  1. object CellContext extends Serializable

    Permalink
  2. object Cells extends Serializable

    Permalink
  3. object FixedRasterExtent extends Serializable

    Permalink

    The companion object for the FixedRasterExtent type.

  4. object LazyCRS extends Serializable

    Permalink
  5. object TileContext extends Serializable

    Permalink
  6. object TileDataContext extends Serializable

    Permalink
  7. object TileDimensions extends Serializable

    Permalink

Ungrouped