Package

org.locationtech.rasterframes.datasource

geotiff

Permalink

package geotiff

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

Type Members

  1. implicit class DataFrameReaderHasGeoTiffFormat extends AnyRef

    Permalink

    Adds geotiff format specifier to DataFrameReader.

  2. implicit class DataFrameWriterHasGeoTiffFormat[T] extends AnyRef

    Permalink
  3. class GeoTiffDataSource extends DataSourceRegister with RelationProvider with CreatableRelationProvider with DataSourceOptions

    Permalink

    Spark SQL data source over GeoTIFF files.

  4. type GeoTiffRasterFrameReader = DataFrameReader with Tagged[GeoTiffRasterFrameReaderTag]

    Permalink

    Tagged type construction for enabling type-safe extension methods for loading a RasterFrameLayer from a single GeoTiff.

  5. trait GeoTiffRasterFrameReaderTag extends AnyRef

    Permalink
  6. type GeoTiffRasterFrameWriter[T] = DataFrameWriter[T] with Tagged[GeoTiffRasterFrameWriterTag]

    Permalink

    Tagged type construction for enabling type-safe extension methods for writing a RasterFrame to a geotiff.

  7. trait GeoTiffRasterFrameWriterTag extends AnyRef

    Permalink
  8. implicit class GeoTiffReaderWithRF extends AnyRef

    Permalink

    Adds loadLayer to appropriately tagged DataFrameReader

  9. case class GeoTiffRelation(sqlContext: SQLContext, uri: URI) extends BaseRelation with PrunedScan with GeoTiffInfoSupport with Product with Serializable

    Permalink

    Spark SQL data source over a single GeoTiff file.

    Spark SQL data source over a single GeoTiff file. Works best with CoG compliant ones.

    Since

    1/14/18

Value Members

  1. object GeoTiffDataSource

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped