Class

astraea.spark.rasterframes.ref.RasterSource

InMemoryRasterSource

Related Doc: package RasterSource

Permalink

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

Linear Supertypes
Product, Equals, RasterSource, ProjectedRasterLike, CellGrid, Grid, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryRasterSource
  2. Product
  3. Equals
  4. RasterSource
  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
    InMemoryRasterSourceRasterSource
  6. def cellSize: CellSize

    Permalink
    Definition Classes
    RasterSource
  7. def cellType: CellType

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

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

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

    Permalink
  11. def dimensions: (Int, 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

    Permalink
    Definition Classes
    Grid
  17. def gridExtent: GridExtent

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

    Permalink
    Definition Classes
    Any
  19. def nativeLayout: Option[TileLayout]

    Permalink
    Definition Classes
    InMemoryRasterSourceRasterSource
  20. def nativeTiling: Seq[Extent]

    Permalink
    Definition Classes
    RasterSource
  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
    RasterSource
  25. def read(extent: Extent): Either[Raster[Tile], Raster[MultibandTile]]

    Permalink
    Definition Classes
    InMemoryRasterSourceRasterSource
  26. def readAll(): Either[Seq[Raster[Tile]], Seq[Raster[MultibandTile]]]

    Permalink
    Definition Classes
    InMemoryRasterSourceRasterSource
  27. def readAllLazy(): Either[Seq[Raster[Tile]], Seq[Raster[MultibandTile]]]

    Permalink
    Definition Classes
    RasterSource
  28. def readAllMultiband(): Seq[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  29. def readMultiband(extent: Extent): Raster[MultibandTile]

    Permalink

    Reads the given extent as a single multiband raster.

    Reads the given extent as a single multiband raster.

    Definition Classes
    RasterSource
  30. def rows: Int

    Permalink
    Definition Classes
    InMemoryRasterSource → Grid
  31. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  33. def tags: Option[Tags]

    Permalink
    Definition Classes
    InMemoryRasterSourceRasterSource
  34. val tile: Tile

    Permalink
  35. def tileContext: TileContext

    Permalink
    Definition Classes
    RasterSource
  36. def timestamp: Option[ZonedDateTime]

    Permalink
    Definition Classes
    InMemoryRasterSourceRasterSource
  37. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Equals

Inherited from RasterSource

Inherited from ProjectedRasterLike

Inherited from CellGrid

Inherited from Grid

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped