class GeoTiffS3InputFormat extends S3InputFormat[ProjectedExtent, Tile]

Read single band GeoTiff from S3

Annotations
@deprecated
Deprecated

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffS3InputFormat
  2. S3InputFormat
  3. InputFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffS3InputFormat()

Value Members

  1. def createRecordReader(split: InputSplit, context: TaskAttemptContext): GeoTiffS3RecordReader
    Definition Classes
    GeoTiffS3InputFormat → InputFormat
  2. def getS3Client(context: JobContext): S3Client
    Definition Classes
    S3InputFormat
  3. def getSplits(context: JobContext): List[InputSplit]
    Definition Classes
    S3InputFormat → InputFormat