Class

geotrellis.spark.io.s3

TemporalGeoTiffS3RecordReader

Related Doc: package s3

Permalink

class TemporalGeoTiffS3RecordReader extends S3RecordReader[TemporalProjectedExtent, Tile]

Annotations
@deprecated
Deprecated

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemporalGeoTiffS3RecordReader
  2. S3RecordReader
  3. BaseS3RecordReader
  4. LazyLogging
  5. RecordReader
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemporalGeoTiffS3RecordReader(s3Client: S3Client, context: TaskAttemptContext)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var bucket: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader → Closeable → AutoCloseable
  8. var curCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  9. var curKey: TemporalProjectedExtent

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  10. var curValue: Tile

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  11. val dateFormatter: DateTimeFormatter

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCurrentKey(): TemporalProjectedExtent

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  17. def getCurrentValue(): Tile

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  18. def getProgress(): Float

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def initialize(split: InputSplit, context: TaskAttemptContext): Unit

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. var keyCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  23. var keys: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseS3RecordReader
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def nextKeyValue(): Boolean

    Permalink
    Definition Classes
    BaseS3RecordReader → RecordReader
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def read(key: String, bytes: Array[Byte]): (TemporalProjectedExtent, Tile)

    Permalink
  30. def readObjectRequest(objectRequest: GetObjectRequest): (TemporalProjectedExtent, Tile)

    Permalink
    Definition Classes
    S3RecordReaderBaseS3RecordReader
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. val timeTag: String

    Permalink
  33. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from RecordReader[TemporalProjectedExtent, Tile]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped