Class

astraea.spark.rasterframes.ref.RasterSource

HadoopGeoTiffRasterSource

Related Doc: package RasterSource

Permalink

case class HadoopGeoTiffRasterSource(source: URI, config: () ⇒ Configuration, callback: Option[ReadCallback]) extends RangeReaderRasterSource with URIRasterSource with URIRasterSourceDebugString with Product with Serializable

Self Type
HadoopGeoTiffRasterSource
Linear Supertypes
Product, Equals, URIRasterSourceDebugString, URIRasterSource, RangeReaderRasterSource, LazyLogging, GeoTiffInfoSupport, RasterSource, ProjectedRasterLike, CellGrid, Grid, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HadoopGeoTiffRasterSource
  2. Product
  3. Equals
  4. URIRasterSourceDebugString
  5. URIRasterSource
  6. RangeReaderRasterSource
  7. LazyLogging
  8. GeoTiffInfoSupport
  9. RasterSource
  10. ProjectedRasterLike
  11. CellGrid
  12. Grid
  13. Serializable
  14. Serializable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HadoopGeoTiffRasterSource(source: URI, config: () ⇒ Configuration, callback: Option[ReadCallback])

    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. 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. val callback: Option[ReadCallback]

    Permalink
  8. def cellSize: CellSize

    Permalink
    Definition Classes
    RasterSource
  9. def cellType: CellType

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

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

    Permalink
    Definition Classes
    RangeReaderRasterSource → Grid
  12. val config: () ⇒ Configuration

    Permalink
  13. def crs: CRS

    Permalink
  14. def dimensions: (Int, Int)

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

    Permalink
    Definition Classes
    AnyRef
  16. def extent: Extent

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

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

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

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

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

    Permalink
    Definition Classes
    Grid
  22. def gridExtent: GridExtent

    Permalink
    Definition Classes
    RasterSource
  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. lazy val rangeReader: RangeReader

    Permalink
    Attributes
    protected
    Definition Classes
    HadoopGeoTiffRasterSourceRangeReaderRasterSource
  31. def rasterExtent: RasterExtent

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RangeReaderRasterSource
  38. def rows: Int

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

    Permalink
    Definition Classes
    Grid
  40. val source: URI

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  43. def tileContext: TileContext

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  45. def toDebugString: String

    Permalink
    Definition Classes
    URIRasterSourceDebugString
  46. def toString(): String

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from URIRasterSource

Inherited from RangeReaderRasterSource

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