t

geotrellis.spark.store.hadoop

HadoopSparkContextMethods

trait HadoopSparkContextMethods extends AnyRef

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

Abstract Value Members

  1. implicit abstract val sc: SparkContext

Concrete Value Members

  1. def hadoopGeoTiffRDD(path: Path, tiffExtensions: Seq[String], crs: Option[CRS] = None): RDD[(ProjectedExtent, Tile)]
  2. def hadoopGeoTiffRDD(path: Path, tiffExtension: String): RDD[(ProjectedExtent, Tile)]
  3. def hadoopGeoTiffRDD(path: Path): RDD[(ProjectedExtent, Tile)]
  4. def hadoopGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, Tile)]
  5. def hadoopGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, Tile)]
  6. def hadoopGeoTiffRDD(path: String): RDD[(ProjectedExtent, Tile)]
  7. def hadoopMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., crs: Option[CRS] = None): RDD[(ProjectedExtent, MultibandTile)]
  8. def hadoopMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, MultibandTile)]
  9. def hadoopMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, MultibandTile)]
  10. def hadoopMultibandGeoTiffRDD(path: String): RDD[(ProjectedExtent, MultibandTile)]
  11. def hadoopTemporalGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, Tile)]
  12. def hadoopTemporalGeoTiffRDD(path: Path, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]
  13. def hadoopTemporalGeoTiffRDD(path: Path): RDD[(TemporalProjectedExtent, Tile)]
  14. def hadoopTemporalGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, Tile)]
  15. def hadoopTemporalGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]
  16. def hadoopTemporalGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, Tile)]
  17. def hadoopTemporalMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, MultibandTile)]
  18. def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, MultibandTile)]
  19. def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, MultibandTile)]
  20. def hadoopTemporalMultibandGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, MultibandTile)]
  21. def newJob(name: String): Job
  22. def newJob: Job