trait HadoopSparkContextMethods extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HadoopSparkContextMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- implicit abstract val sc: SparkContext
Concrete Value Members
- def hadoopGeoTiffRDD(path: Path, tiffExtensions: Seq[String], crs: Option[CRS] = None): RDD[(ProjectedExtent, Tile)]
- def hadoopGeoTiffRDD(path: Path, tiffExtension: String): RDD[(ProjectedExtent, Tile)]
- def hadoopGeoTiffRDD(path: Path): RDD[(ProjectedExtent, Tile)]
- def hadoopGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, Tile)]
- def hadoopGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, Tile)]
- def hadoopGeoTiffRDD(path: String): RDD[(ProjectedExtent, Tile)]
- def hadoopMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., crs: Option[CRS] = None): RDD[(ProjectedExtent, MultibandTile)]
- def hadoopMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, MultibandTile)]
- def hadoopMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, MultibandTile)]
- def hadoopMultibandGeoTiffRDD(path: String): RDD[(ProjectedExtent, MultibandTile)]
- def hadoopTemporalGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalGeoTiffRDD(path: Path, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalGeoTiffRDD(path: Path): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, Tile)]
- def hadoopTemporalMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, MultibandTile)]
- def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, MultibandTile)]
- def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, MultibandTile)]
- def hadoopTemporalMultibandGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, MultibandTile)]
- def newJob(name: String): Job
- def newJob: Job