Package

org.locationtech.rasterframes.datasource

raster

Permalink

package raster

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. raster
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DataFrameReaderHasRasterSourceFormat extends AnyRef

    Permalink

    Adds raster format specifier to DataFrameReader.

  2. type RasterSourceDataFrameReader = DataFrameReader with Tagged[RasterSourceDataFrameReaderTag]

    Permalink
  3. implicit class RasterSourceDataFrameReaderHasOptions extends CatalogReaderOptionsSupport[RasterSourceDataFrameReaderTag] with SpatialIndexOptionsSupport[RasterSourceDataFrameReaderTag]

    Permalink

    Adds option methods relevant to RasterSourceDataSource.

  4. trait RasterSourceDataFrameReaderTag extends AnyRef

    Permalink
  5. class RasterSourceDataSource extends DataSourceRegister with RelationProvider

    Permalink
  6. case class RasterSourceRelation(sqlContext: SQLContext, catalogTable: RasterSourceCatalogRef, bandIndexes: Seq[Int], subtileDims: Option[Dimensions[Int]], lazyTiles: Boolean, spatialIndexPartitions: Option[Int]) extends BaseRelation with TableScan with Product with Serializable

    Permalink

    Constructs a Spark Relation over one or more RasterSource paths.

    Constructs a Spark Relation over one or more RasterSource paths.

    sqlContext

    Query context

    catalogTable

    Specification of raster path sources

    bandIndexes

    band indexes to fetch

    subtileDims

    how big to tile/subdivide rasters info

    lazyTiles

    if true, creates a lazy representation of tile instead of fetching contents.

    spatialIndexPartitions

    Number of spatial index-based partitions to create. If Option value > 0, that number of partitions are created after adding a spatial index. If Option value <= 0, uses the value of numShufflePartitions in SparkContext. If None, no spatial index is added and hash partitioning is used.

Value Members

  1. object RasterSourceDataSource

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped