c

geotrellis.spark.store.hadoop.Implicits

withGeoTiffSparkHadoopWriteMethods

implicit class withGeoTiffSparkHadoopWriteMethods[T <: CellGrid[Int]] extends GeoTiffHadoopSparkWriteMethods[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withGeoTiffSparkHadoopWriteMethods
  2. GeoTiffHadoopSparkWriteMethods
  3. HadoopSparkRasterMethods
  4. GeoTiffHadoopWriteMethods
  5. HadoopRasterMethods
  6. MethodExtensions
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withGeoTiffSparkHadoopWriteMethods(self: GeoTiff[T])

Value Members

  1. val self: GeoTiff[T]
  2. def write(path: Path)(implicit sc: SparkContext): Unit
    Definition Classes
    HadoopSparkRasterMethods
  3. def write(path: Path, conf: Configuration): Unit