Class

org.locationtech.rasterframes.ref

InMemoryRasterSource

Related Doc: package ref

Permalink

case class InMemoryRasterSource(tile: Tile, extent: Extent, crs: CRS) extends RFRasterSource with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryRasterSource
  2. Product
  3. Equals
  4. RFRasterSource
  5. ProjectedRasterLike
  6. CellGrid
  7. Grid
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemoryRasterSource(prt: ProjectedRasterTile)

    Permalink
  2. new InMemoryRasterSource(tile: Tile, extent: Extent, crs: CRS)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bandCount: Int

    Permalink
    Definition Classes
    InMemoryRasterSourceRFRasterSource
  6. def cellSize: CellSize

    Permalink
    Definition Classes
    RFRasterSource
  7. def cellType: CellType

    Permalink
    Definition Classes
    InMemoryRasterSourceRFRasterSourceProjectedRasterLike → CellGrid
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def cols: Int

    Permalink
    Definition Classes
    InMemoryRasterSourceProjectedRasterLike → Grid
  10. val crs: CRS

    Permalink
  11. def dimensions: Dimensions[Int]

    Permalink
    Definition Classes
    Grid
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. val extent: Extent

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def gridBounds: GridBounds[Int]

    Permalink
    Definition Classes
    RFRasterSource
  17. def gridExtent: GridExtent[Int]

    Permalink
    Definition Classes
    RFRasterSource
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def layoutBounds(dims: Dimensions[Int]): Seq[GridBounds[Int]]

    Permalink
    Definition Classes
    RFRasterSource
  20. def layoutExtents(dims: Dimensions[Int]): Seq[Extent]

    Permalink
    Definition Classes
    RFRasterSource
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def rasterExtent: RasterExtent

    Permalink
    Definition Classes
    RFRasterSource
  25. def read(extent: Extent, bands: Seq[Int] = SINGLEBAND): Raster[MultibandTile]

    Permalink
    Definition Classes
    RFRasterSource
  26. def read(bounds: GridBounds[Int], bands: Seq[Int]): Raster[MultibandTile]

    Permalink
    Definition Classes
    RFRasterSource
  27. def readAll(dims: Dimensions[Int] = NOMINAL_TILE_DIMS, bands: Seq[Int] = SINGLEBAND): Seq[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RFRasterSource
  28. def readBounds(bounds: Traversable[GridBounds[Int]], bands: Seq[Int]): Iterator[Raster[MultibandTile]]

    Permalink
    Definition Classes
    InMemoryRasterSourceRFRasterSource
  29. def rows: Int

    Permalink
    Definition Classes
    InMemoryRasterSourceProjectedRasterLike → Grid
  30. def size: Int

    Permalink
    Definition Classes
    Grid
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def tags: Tags

    Permalink
    Definition Classes
    InMemoryRasterSourceRFRasterSource
  33. val tile: Tile

    Permalink
  34. def tileContext: TileContext

    Permalink
    Definition Classes
    RFRasterSource
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from RFRasterSource

Inherited from ProjectedRasterLike

Inherited from CellGrid[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped