Class

astraea.spark.rasterframes.ref.RasterSource

FileGeoTiffRasterSource

Related Doc: package RasterSource

Permalink

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

Self Type
FileGeoTiffRasterSource
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. FileGeoTiffRasterSource
  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 FileGeoTiffRasterSource(source: URI, 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. def crs: CRS

    Permalink
  13. def dimensions: (Int, Int)

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

    Permalink
    Definition Classes
    AnyRef
  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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. lazy val rangeReader: RangeReader

    Permalink
    Attributes
    protected
    Definition Classes
    FileGeoTiffRasterSourceRangeReaderRasterSource
  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
    Definition Classes
    RangeReaderRasterSource
  37. def rows: Int

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

    Permalink
    Definition Classes
    Grid
  39. val source: URI

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

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  42. def tileContext: TileContext

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceRasterSource
  44. def toDebugString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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