Trait

org.locationtech.rasterframes.ref

RangeReaderRasterSource

Related Doc: package ref

Permalink

trait RangeReaderRasterSource extends RFRasterSource with GeoTiffInfoSupport

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RangeReaderRasterSource
  2. GeoTiffInfoSupport
  3. RFRasterSource
  4. ProjectedRasterLike
  5. CellGrid
  6. Grid
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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
  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. def crs: CRS

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

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

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

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

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

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

    Permalink
    Definition Classes
    RFRasterSource
  26. lazy val logger: Logger

    Permalink
    Attributes
    protected
  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
    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. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def tags: Tags

    Permalink
  39. lazy val tiffInfo: SimpleRasterInfo

    Permalink
    Attributes
    protected
  40. def tileContext: TileContext

    Permalink
    Definition Classes
    RFRasterSource
  41. def toString(): String

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

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

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

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

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