c

geotrellis.spark.store.hadoop

HadoopGeoTiffInfoReader

case class HadoopGeoTiffInfoReader(path: String, config: SerializableConfiguration, tiffExtensions: Seq[String] = ..., streaming: Boolean = true) extends GeoTiffInfoReader with Product with Serializable

Linear Supertypes
Product, Equals, GeoTiffInfoReader, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HadoopGeoTiffInfoReader
  2. Product
  3. Equals
  4. GeoTiffInfoReader
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HadoopGeoTiffInfoReader(path: String, config: SerializableConfiguration, tiffExtensions: Seq[String] = ..., streaming: Boolean = true)

Value Members

  1. val config: SerializableConfiguration
  2. def geoTiffInfoRDD(implicit sc: SparkContext): RDD[String]

    Returns RDD of URIs to tiffs as GeoTiffInfo is not serializable.

    Returns RDD of URIs to tiffs as GeoTiffInfo is not serializable.

    Definition Classes
    HadoopGeoTiffInfoReader → GeoTiffInfoReader
  3. def getGeoTiffInfo(uri: String): GeoTiffInfo
    Definition Classes
    HadoopGeoTiffInfoReader → GeoTiffInfoReader
  4. def getSegmentLayoutTransform(geoTiffInfo: GeoTiffInfo): GeoTiffSegmentLayoutTransform
    Definition Classes
    GeoTiffInfoReader
  5. val path: String
  6. def readWindows[O, I, K, V](files: RDD[URI], uriToKey: (URI, I) ⇒ K, maxSize: Int, partitionBytes: Long, rasterReaderOptions: O, geometry: Option[Geometry])(implicit sc: SparkContext, rr: RasterReader[O, (I, V)]): RDD[(K, V)]
    Definition Classes
    GeoTiffInfoReader
  7. val streaming: Boolean
  8. val tiffExtensions: Seq[String]