Packages

object TemporalGeoTiffInputFormat

Annotations
@deprecated
Deprecated

(Since version 1.0.0) TemporalGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead

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

Value Members

  1. final val GEOTIFF_TIME_FORMAT: String("GEOTIFF_TIME_FORMAT")
  2. final val GEOTIFF_TIME_FORMAT_DEFAULT: String("yyyy:MM:dd HH:mm:ss")
  3. final val GEOTIFF_TIME_TAG: String("GEOTIFF_TIME_TAG")
  4. final val GEOTIFF_TIME_TAG_DEFAULT: String("TIFFTAG_DATETIME")
  5. def getTimeFormatter(job: JobContext): DateTimeFormatter
  6. def getTimeTag(job: JobContext): String
  7. def setTimeFormat(conf: Configuration, timeFormat: String): Unit
  8. def setTimeFormat(job: JobContext, timeFormat: String): Unit
  9. def setTimeTag(conf: Configuration, timeTag: String): Unit
  10. def setTimeTag(job: JobContext, timeTag: String): Unit