Packages

package formats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. class GeoTiffInputFormat extends FileInputFormat[ProjectedExtent, Tile] with BinaryFileInputFormat[ProjectedExtent, Tile]
    Annotations
    @deprecated
    Deprecated

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

  3. class MultibandGeoTiffInputFormat extends FileInputFormat[ProjectedExtent, MultibandTile] with BinaryFileInputFormat[ProjectedExtent, MultibandTile]
    Annotations
    @deprecated
    Deprecated

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

  4. 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

  5. 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

  1. object GeoTiffInputFormat
    Annotations
    @deprecated
    Deprecated

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

  2. object TemporalGeoTiffInputFormat
    Annotations
    @deprecated
    Deprecated

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

Ungrouped