object TemporalGeoTiffS3InputFormat

Annotations
@deprecated
Deprecated

(Since version 1.0.0) TemporalGeoTiffS3InputFormat is deprecated, use S3GeoTiffRDD instead

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

Value Members

  1. final val GEOTIFF_TIME_FORMAT_DEFAULT: String("GEOTIFF_TIME_FORMAT")
  2. final val GEOTIFF_TIME_TAG_DEFAULT: String("GEOTIFF_TIME_TAG")
  3. def getTimeFormatter(job: JobContext): DateTimeFormatter
  4. def getTimeTag(job: JobContext): String
  5. def setTimeFormat(conf: Configuration, timeFormat: String): Unit
  6. def setTimeFormat(job: JobContext, timeFormat: String): Unit
  7. def setTimeTag(conf: Configuration, timeTag: String): Unit
  8. def setTimeTag(job: JobContext, timeTag: String): Unit