Class/Object

org.locationtech.rasterframes.ref

JP2GDALRasterSource

Related Docs: object JP2GDALRasterSource | package ref

Permalink

class JP2GDALRasterSource extends GDALRasterSource

Temporary fix for https://github.com/locationtech/geotrellis/issues/3184, providing thread locking over wrapped GeoTrellis RasterSource

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JP2GDALRasterSource
  2. GDALRasterSource
  3. Product
  4. Equals
  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 JP2GDALRasterSource(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
    GDALRasterSourceRFRasterSource
  6. def cellSize: CellSize

    Permalink
    Definition Classes
    RFRasterSource
  7. def cellType: CellType

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

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

    Permalink
    Definition Classes
    GDALRasterSourceProjectedRasterLike → 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 extent: Extent

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. lazy val gdal: geotrellis.raster.gdal.GDALRasterSource

    Permalink
    Attributes
    protected
    Definition Classes
    GDALRasterSource
  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. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def rasterExtent: RasterExtent

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

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

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

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

    Permalink
  30. def rows: Int

    Permalink
    Definition Classes
    GDALRasterSourceProjectedRasterLike → Grid
  31. def size: Int

    Permalink
    Definition Classes
    Grid
  32. val source: URI

    Permalink
    Definition Classes
    GDALRasterSourceURIRasterSource
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def tags: Tags

    Permalink
    Definition Classes
    GDALRasterSourceRFRasterSource
  35. def tiffInfo: SimpleRasterInfo

    Permalink
    Attributes
    protected
    Definition Classes
    JP2GDALRasterSourceGDALRasterSource
  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 GDALRasterSource

Inherited from Product

Inherited from Equals

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