geotrellis.spark.io.s3

TemporalGeoTiffS3InputFormat

class TemporalGeoTiffS3InputFormat extends S3InputFormat[TemporalProjectedExtent, Tile]

Read single band GeoTiff from S3

This can be configured with the hadoop configuration by providing: TemporalGeoTiffS3InputFormat.GEOTIFF_TIME_TAG; default of "TIFFTAG_DATETIME" TemporalGeoTiffS3InputFormat.GEOTIFF_TIME_FORMAT; default is ""YYYY:MM:DD HH:MM:SS""

Linear Supertypes
S3InputFormat[TemporalProjectedExtent, Tile], LazyLogging, Logging, InputFormat[TemporalProjectedExtent, Tile], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TemporalGeoTiffS3InputFormat
  2. S3InputFormat
  3. LazyLogging
  4. Logging
  5. InputFormat
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemporalGeoTiffS3InputFormat()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createRecordReader(split: InputSplit, context: TaskAttemptContext): TemporalGeoTiffS3RecordReader

    Definition Classes
    TemporalGeoTiffS3InputFormat → InputFormat
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  13. def getS3Client(credentials: AWSCredentials): S3Client

    Definition Classes
    S3InputFormat
  14. def getSplits(context: JobContext): List[InputSplit]

    Definition Classes
    S3InputFormat → InputFormat
  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from S3InputFormat[TemporalProjectedExtent, Tile]

Inherited from LazyLogging

Inherited from Logging

Inherited from InputFormat[TemporalProjectedExtent, Tile]

Inherited from AnyRef

Inherited from Any

Ungrouped