Trait/Object

astraea.spark.rasterframes.ref

RasterSource

Related Docs: object RasterSource | package ref

Permalink

sealed trait RasterSource extends ProjectedRasterLike with Serializable

Abstraction over fetching geospatial raster data.

Annotations
@Experimental()
Since

8/21/18

Linear Supertypes
ProjectedRasterLike, CellGrid, Grid, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterSource
  2. ProjectedRasterLike
  3. CellGrid
  4. Grid
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def bandCount: Int

    Permalink
  2. abstract def cellType: CellType

    Permalink
    Definition Classes
    RasterSource → CellGrid
  3. abstract def cols: Int

    Permalink
    Definition Classes
    Grid
  4. abstract def crs: CRS

    Permalink
    Definition Classes
    RasterSourceProjectedRasterLike
  5. abstract def extent: Extent

    Permalink
    Definition Classes
    RasterSourceProjectedRasterLike
  6. abstract def nativeLayout: Option[TileLayout]

    Permalink
  7. abstract def read(extent: Extent): Either[Raster[Tile], Raster[MultibandTile]]

    Permalink
  8. abstract def readAll(): Either[Seq[Raster[Tile]], Seq[Raster[MultibandTile]]]

    Permalink
  9. abstract def rows: Int

    Permalink
    Definition Classes
    Grid
  10. abstract def tags: Option[Tags]

    Permalink
  11. abstract def timestamp: Option[ZonedDateTime]

    Permalink

Concrete 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 cellSize: CellSize

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dimensions: (Int, Int)

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def gridBounds: GridBounds

    Permalink
    Definition Classes
    Grid
  13. def gridExtent: GridExtent

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def nativeTiling: Seq[Extent]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def rasterExtent: RasterExtent

    Permalink
  21. def readAllLazy(): Either[Seq[Raster[Tile]], Seq[Raster[MultibandTile]]]

    Permalink
  22. def readAllMultiband(): Seq[Raster[MultibandTile]]

    Permalink
  23. def readMultiband(extent: Extent): Raster[MultibandTile]

    Permalink

    Reads the given extent as a single multiband raster.

  24. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  26. def tileContext: TileContext

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

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

Inherited from ProjectedRasterLike

Inherited from CellGrid

Inherited from Grid

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped