o
geotrellis.spark.store.hadoop.formats
TemporalGeoTiffInputFormat
Companion class TemporalGeoTiffInputFormat
object TemporalGeoTiffInputFormat
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) TemporalGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TemporalGeoTiffInputFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final val GEOTIFF_TIME_FORMAT: String("GEOTIFF_TIME_FORMAT")
- final val GEOTIFF_TIME_FORMAT_DEFAULT: String("yyyy:MM:dd HH:mm:ss")
- final val GEOTIFF_TIME_TAG: String("GEOTIFF_TIME_TAG")
- final val GEOTIFF_TIME_TAG_DEFAULT: String("TIFFTAG_DATETIME")
- def getTimeFormatter(job: JobContext): DateTimeFormatter
- def getTimeTag(job: JobContext): String
- def setTimeFormat(conf: Configuration, timeFormat: String): Unit
- def setTimeFormat(job: JobContext, timeFormat: String): Unit
- def setTimeTag(conf: Configuration, timeTag: String): Unit
- def setTimeTag(job: JobContext, timeTag: String): Unit