Class/Object

org.locationtech.rasterframes.ref

RFRasterSource

Related Docs: object RFRasterSource | package ref

Permalink

abstract class RFRasterSource extends CellGrid[Int] with ProjectedRasterLike with Serializable

Abstraction over fetching geospatial raster data.

Annotations
@Experimental()
Since

8/21/18

Linear Supertypes
ProjectedRasterLike, CellGrid[Int], Grid[Int], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RFRasterSource
  2. ProjectedRasterLike
  3. CellGrid
  4. Grid
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RFRasterSource()

    Permalink

Abstract Value Members

  1. abstract def bandCount: Int

    Permalink
  2. abstract def cellType: CellType

    Permalink
    Definition Classes
    RFRasterSourceProjectedRasterLike → CellGrid
  3. abstract def cols: Int

    Permalink
    Definition Classes
    ProjectedRasterLike
  4. abstract def crs: CRS

    Permalink
    Definition Classes
    RFRasterSourceProjectedRasterLike
  5. abstract def extent: Extent

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

    Permalink
  7. abstract def rows: Int

    Permalink
    Definition Classes
    ProjectedRasterLike
  8. abstract def tags: Tags

    Permalink

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

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dimensions: Dimensions[Int]

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

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

    Permalink
  13. def gridExtent: GridExtent[Int]

    Permalink
  14. def hashCode(): Int

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

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

    Permalink
  17. def layoutExtents(dims: Dimensions[Int]): Seq[Extent]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def rasterExtent: RasterExtent

    Permalink
  22. def read(extent: Extent, bands: Seq[Int] = SINGLEBAND): Raster[MultibandTile]

    Permalink
  23. def read(bounds: GridBounds[Int], bands: Seq[Int]): Raster[MultibandTile]

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

    Permalink
  25. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  27. def tileContext: TileContext

    Permalink
  28. def toString(): String

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

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

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

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

Inherited from ProjectedRasterLike

Inherited from CellGrid[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped