Class

org.locationtech.rasterframes.ref

HadoopGeoTiffRasterSource

Related Doc: package ref

Permalink

case class HadoopGeoTiffRasterSource(source: URI, config: () ⇒ Configuration) extends RFRasterSource with RangeReaderRasterSource with URIRasterSource with URIRasterSourceDebugString with Product with Serializable

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

Instance Constructors

  1. new HadoopGeoTiffRasterSource(source: URI, config: () ⇒ Configuration)

    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
  7. def cellSize: CellSize

    Permalink
    Definition Classes
    RFRasterSource
  8. def cellType: CellType

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

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

    Permalink
    Definition Classes
    RangeReaderRasterSourceProjectedRasterLike → Grid
  11. val config: () ⇒ Configuration

    Permalink
  12. def crs: CRS

    Permalink
  13. def dimensions: Dimensions[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[Int]

    Permalink
    Definition Classes
    RFRasterSource
  21. def gridExtent: GridExtent[Int]

    Permalink
    Definition Classes
    RFRasterSource
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def layoutBounds(dims: Dimensions[Int]): Seq[GridBounds[Int]]

    Permalink
    Definition Classes
    RFRasterSource
  24. def layoutExtents(dims: Dimensions[Int]): Seq[Extent]

    Permalink
    Definition Classes
    RFRasterSource
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    RangeReaderRasterSource
  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: HdfsRangeReader

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

    Permalink
    Definition Classes
    RFRasterSource
  31. def read(extent: Extent, bands: Seq[Int] = SINGLEBAND): Raster[MultibandTile]

    Permalink
    Definition Classes
    RFRasterSource
  32. def read(bounds: GridBounds[Int], bands: Seq[Int]): Raster[MultibandTile]

    Permalink
    Definition Classes
    RFRasterSource
  33. def readAll(dims: Dimensions[Int] = NOMINAL_TILE_DIMS, bands: Seq[Int] = SINGLEBAND): Seq[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RFRasterSource
  34. def readBounds(bounds: Traversable[GridBounds[Int]], bands: Seq[Int]): Iterator[Raster[MultibandTile]]

    Permalink
  35. def rows: Int

    Permalink
    Definition Classes
    RangeReaderRasterSourceProjectedRasterLike → Grid
  36. def size: Int

    Permalink
    Definition Classes
    Grid
  37. val source: URI

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

    Permalink
    Definition Classes
    AnyRef
  39. def tags: Tags

    Permalink
  40. lazy val tiffInfo: SimpleRasterInfo

    Permalink
    Attributes
    protected
    Definition Classes
    RangeReaderRasterSource
  41. def tileContext: TileContext

    Permalink
    Definition Classes
    RFRasterSource
  42. def toDebugString: String

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

    Permalink
    Definition Classes
    URIRasterSource → 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 Product

Inherited from Equals

Inherited from URIRasterSource

Inherited from RangeReaderRasterSource

Inherited from GeoTiffInfoSupport

Inherited from RFRasterSource

Inherited from ProjectedRasterLike

Inherited from CellGrid[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped