Package

org.locationtech.rasterframes

ref

Permalink

package ref

Visibility
  1. Public
  2. All

Type Members

  1. abstract class DelegatingRasterSource extends RFRasterSource with URIRasterSource

    Permalink

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

  2. case class GDALRasterSource(source: URI) extends RFRasterSource with URIRasterSource with Product with Serializable

    Permalink
  3. case class HadoopGeoTiffRasterSource(source: URI, config: () ⇒ Configuration) extends RFRasterSource with RangeReaderRasterSource with URIRasterSource with URIRasterSourceDebugString with Product with Serializable

    Permalink
  4. case class InMemoryRasterSource(tile: Tile, extent: Extent, crs: CRS) extends RFRasterSource with Product with Serializable

    Permalink
  5. class JP2GDALRasterSource extends GDALRasterSource

    Permalink

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

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

    Permalink
  7. trait ProjectedRasterLike extends AnyRef

    Permalink

    Trait declaring shape of a raster projected over a coordinate system.

    Trait declaring shape of a raster projected over a coordinate system.

    Since

    11/3/18

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

    Permalink

    Abstraction over fetching geospatial raster data.

    Abstraction over fetching geospatial raster data.

    Annotations
    @Experimental()
    Since

    8/21/18

  9. trait RangeReaderRasterSource extends RFRasterSource with GeoTiffInfoSupport

    Permalink
  10. case class RasterRef(source: RFRasterSource, bandIndex: Int, subextent: Option[Extent], subgrid: Option[GridBounds[Int]]) extends CellGrid[Int] with ProjectedRasterLike with Product with Serializable

    Permalink

    A delayed-read projected raster implementation.

    A delayed-read projected raster implementation.

    Since

    8/21/18

  11. case class SimpleRasterInfo(cols: Long, rows: Long, cellType: CellType, extent: Extent, rasterExtent: RasterExtent, crs: CRS, tags: Tags, bandCount: Int, noDataValue: Option[Double]) extends Product with Serializable

    Permalink

Value Members

  1. object GDALRasterSource extends LazyLogging with Serializable

    Permalink
  2. object JP2GDALRasterSource extends Serializable

    Permalink
  3. object RFRasterSource extends LazyLogging with Serializable

    Permalink
  4. object RasterRef extends LazyLogging with Serializable

    Permalink
  5. object SimpleRasterInfo extends Serializable

    Permalink

Ungrouped