package formats
- Alphabetic
- Public
- All
Type Members
-
class
TiffTagsInputFormat extends FileInputFormat[Path, TiffTags]
This class extends FileInputFormat and is used to create RDDs of TiffTags.
This class extends FileInputFormat and is used to create RDDs of TiffTags. from files on Hdfs.
-
class
GeoTiffInputFormat extends FileInputFormat[ProjectedExtent, Tile] with BinaryFileInputFormat[ProjectedExtent, Tile]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) GeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
-
class
MultibandGeoTiffInputFormat extends FileInputFormat[ProjectedExtent, MultibandTile] with BinaryFileInputFormat[ProjectedExtent, MultibandTile]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) MultibandGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
-
class
TemporalGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, Tile] with BinaryFileInputFormat[TemporalProjectedExtent, Tile]
Read single band GeoTiff with a timestamp
Read single band GeoTiff with a timestamp
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""
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) TemporalGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
-
class
TemporalMultibandGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, MultibandTile] with BinaryFileInputFormat[TemporalProjectedExtent, MultibandTile]
Read multiband GeoTiff with a timestamp
Read multiband GeoTiff with a timestamp
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""
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) TemporalMultibandGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
Deprecated Value Members
-
object
GeoTiffInputFormat
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) GeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead
-
object
TemporalGeoTiffInputFormat
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) TemporalGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead