Package

geotrellis.spark.io.hadoop

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryFileInputFormat[K, V] extends FileInputFormat[K, V]

    Permalink
  2. class BinaryFileRecordReader[K, V] extends RecordReader[K, V]

    Permalink
  3. class BytesFileInputFormat extends FileInputFormat[Path, Array[Byte]]

    Permalink
  4. class FilterMapFileInputFormat extends FileInputFormat[LongWritable, BytesWritable]

    Permalink
  5. class TiffTagsInputFormat extends FileInputFormat[Path, TiffTags]

    Permalink

    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.

  6. class GeoTiffInputFormat extends FileInputFormat[ProjectedExtent, Tile] with BinaryFileInputFormat[ProjectedExtent, Tile]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) GeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead

  7. class MultibandGeoTiffInputFormat extends FileInputFormat[ProjectedExtent, MultibandTile] with BinaryFileInputFormat[ProjectedExtent, MultibandTile]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) MultibandGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead

  8. class TemporalGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, Tile] with BinaryFileInputFormat[TemporalProjectedExtent, Tile]

    Permalink

    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

  9. class TemporalMultibandGeoTiffInputFormat extends FileInputFormat[TemporalProjectedExtent, MultibandTile] with BinaryFileInputFormat[TemporalProjectedExtent, MultibandTile]

    Permalink

    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

Value Members

  1. object FilterMapFileInputFormat

    Permalink

Deprecated Value Members

  1. object GeoTiffInputFormat

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) GeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead

  2. object TemporalGeoTiffInputFormat

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) TemporalGeoTiffInputFormat is deprecated, use HadoopGeoTiffRDD instead

Ungrouped