Class

org.locationtech.rasterframes.ref

DelegatingRasterSource

Related Doc: package ref

Permalink

abstract class DelegatingRasterSource extends RFRasterSource with URIRasterSource

A RasterFrames RasterSource which delegates most operations to a geotrellis-contrib RasterSource

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelegatingRasterSource
  2. URIRasterSource
  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

Instance Constructors

  1. new DelegatingRasterSource(source: URI, delegateBuilder: () ⇒ RasterSource)

    Permalink

Abstract Value Members

  1. abstract def source: URI

    Permalink
    Definition Classes
    URIRasterSource

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bandCount: Int

    Permalink
    Definition Classes
    DelegatingRasterSourceRFRasterSource
  6. def cellSize: CellSize

    Permalink
    Definition Classes
    RFRasterSource
  7. def cellType: CellType

    Permalink
    Definition Classes
    DelegatingRasterSourceRFRasterSourceProjectedRasterLike → CellGrid
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    DelegatingRasterSourceProjectedRasterLike → Grid
  10. def crs: CRS

    Permalink
  11. def dimensions: Dimensions[Int]

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    DelegatingRasterSource → AnyRef → Any
  14. def extent: Extent

    Permalink
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def gridBounds: GridBounds[Int]

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

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

    Permalink
    Definition Classes
    DelegatingRasterSource → AnyRef → Any
  20. def info: SimpleRasterInfo

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    RFRasterSource
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def rasterExtent: RasterExtent

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

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

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

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

    Permalink
    Definition Classes
    DelegatingRasterSourceRFRasterSource
  32. def rows: Int

    Permalink
    Definition Classes
    DelegatingRasterSourceProjectedRasterLike → Grid
  33. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  35. def tags: Tags

    Permalink
    Definition Classes
    DelegatingRasterSourceRFRasterSource
  36. def tileContext: TileContext

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

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

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

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

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

Inherited from URIRasterSource

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