Trait

astraea.spark.rasterframes.ref.RasterSource

RangeReaderRasterSource

Related Doc: package RasterSource

Permalink

trait RangeReaderRasterSource extends RasterSource with GeoTiffInfoSupport with LazyLogging

Linear Supertypes
LazyLogging, GeoTiffInfoSupport, RasterSource, ProjectedRasterLike, CellGrid, Grid, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeReaderRasterSource
  2. LazyLogging
  3. GeoTiffInfoSupport
  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

Abstract Value Members

  1. abstract def rangeReader: RangeReader

    Permalink
    Attributes
    protected

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. val MAX_SIZE: Int

    Permalink
    Definition Classes
    GeoTiffInfoSupport
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bandCount: Int

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  7. def cellSize: CellSize

    Permalink
    Definition Classes
    RasterSource
  8. def cellType: CellType

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource → CellGrid
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RangeReaderRasterSource → Grid
  11. def crs: CRS

    Permalink
  12. def dimensions: (Int, Int)

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def extent: Extent

    Permalink
  16. def extractGeoTiffLayout(info: GeoTiffInfo): TileLayerMetadata[SpatialKey]

    Permalink
    Definition Classes
    GeoTiffInfoSupport
  17. def extractGeoTiffLayout(reader: ByteReader): (GeoTiffInfo, TileLayerMetadata[SpatialKey])

    Permalink
    Definition Classes
    GeoTiffInfoSupport
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Grid
  21. def gridExtent: GridExtent

    Permalink
    Definition Classes
    RasterSource
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  25. def nativeLayout: Option[TileLayout]

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  26. def nativeTiling: Seq[Extent]

    Permalink
    Definition Classes
    RasterSource
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def rasterExtent: RasterExtent

    Permalink
    Definition Classes
    RasterSource
  31. def read(extent: Extent): Either[Raster[Tile], Raster[MultibandTile]]

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

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

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

    Permalink
    Definition Classes
    RasterSource
  35. 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
  36. def resolveDate: Option[ZonedDateTime]

    Permalink
    Attributes
    protected
  37. def rows: Int

    Permalink
    Definition Classes
    RangeReaderRasterSource → Grid
  38. def size: Int

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

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  41. def tileContext: TileContext

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  43. def toString(): String

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

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

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

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

Inherited from LazyLogging

Inherited from GeoTiffInfoSupport

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