Class

geotrellis.spark.io.hadoop.Implicits

HadoopSparkContextMethodsWrapper

Related Doc: package Implicits

Permalink

implicit class HadoopSparkContextMethodsWrapper extends HadoopSparkContextMethods

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

Instance Constructors

  1. new HadoopSparkContextMethodsWrapper(sc: SparkContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hadoopGeoTiffRDD(path: Path, tiffExtensions: Seq[String], crs: Option[CRS] = None): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  11. def hadoopGeoTiffRDD(path: Path, tiffExtension: String): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  12. def hadoopGeoTiffRDD(path: Path): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  13. def hadoopGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  14. def hadoopGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  15. def hadoopGeoTiffRDD(path: String): RDD[(ProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  16. def hadoopMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., crs: Option[CRS] = None): RDD[(ProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  17. def hadoopMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(ProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  18. def hadoopMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(ProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  19. def hadoopMultibandGeoTiffRDD(path: String): RDD[(ProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  20. def hadoopTemporalGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  21. def hadoopTemporalGeoTiffRDD(path: Path, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  22. def hadoopTemporalGeoTiffRDD(path: Path): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  23. def hadoopTemporalGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  24. def hadoopTemporalGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  25. def hadoopTemporalGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, Tile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  26. def hadoopTemporalMultibandGeoTiffRDD(path: Path, tiffExtensions: Seq[String] = ..., timeTag: String = ..., timeFormat: String = ..., crs: Option[CRS] = None): RDD[(TemporalProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  27. def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtensions: Seq[String]): RDD[(TemporalProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  28. def hadoopTemporalMultibandGeoTiffRDD(path: String, tiffExtension: String): RDD[(TemporalProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  29. def hadoopTemporalMultibandGeoTiffRDD(path: String): RDD[(TemporalProjectedExtent, MultibandTile)]

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def newJob(name: String): Job

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  34. def newJob: Job

    Permalink
    Definition Classes
    HadoopSparkContextMethods
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val sc: SparkContext

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HadoopSparkContextMethods

Inherited from AnyRef

Inherited from Any

Ungrouped