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
- Alphabetic
- By Inheritance
Inherited
- GeoTiffS3InputFormat
- S3InputFormat
- InputFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoTiffS3InputFormat()
Value Members
-
def
createRecordReader(split: InputSplit, context: TaskAttemptContext): GeoTiffS3RecordReader
- Definition Classes
- GeoTiffS3InputFormat → InputFormat
-
def
getS3Client(context: JobContext): S3Client
- Definition Classes
- S3InputFormat
-
def
getSplits(context: JobContext): List[InputSplit]
- Definition Classes
- S3InputFormat → InputFormat