Class

org.locationtech.rasterframes.ref

JVMGeoTiffRasterSource

Related Doc: package ref

Permalink

case class JVMGeoTiffRasterSource(source: URI) extends DelegatingRasterSource with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JVMGeoTiffRasterSource
  2. Product
  3. Equals
  4. DelegatingRasterSource
  5. URIRasterSource
  6. RFRasterSource
  7. ProjectedRasterLike
  8. CellGrid
  9. Grid
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JVMGeoTiffRasterSource(source: URI)

    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. 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
    Definition Classes
    DelegatingRasterSource
  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. val source: URI

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

    Permalink
    Definition Classes
    AnyRef
  36. def tags: Tags

    Permalink
    Definition Classes
    DelegatingRasterSourceRFRasterSource
  37. def tileContext: TileContext

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

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from DelegatingRasterSource

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