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. class LazyCRS extends CRS

    Permalink
  4. case class LongExtent(xmin: Long, ymin: Long, xmax: Long, ymax: Long) extends Product with Serializable

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

    Permalink
  6. case class TileDataContext(cellType: CellType, dimensions: Dimensions[Int]) extends Product with Serializable

    Permalink

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

Value Members

  1. object CellContext extends Serializable

    Permalink
  2. object Cells extends Serializable

    Permalink
  3. object LazyCRS extends Serializable

    Permalink
  4. object LongExtent extends Serializable

    Permalink
  5. object TileContext extends Serializable

    Permalink
  6. object TileDataContext extends Serializable

    Permalink

Ungrouped