Package

geotrellis.spark.io.hadoop

geotiff

Permalink

package geotiff

Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeStore[M[_], T] extends AnyRef

    Permalink

    Annotations
    @experimental()
  2. trait CollectionAttributeStore[T] extends AttributeStore[Seq, T]

    Permalink
    Annotations
    @experimental()
  3. trait GeoTiffLayerReader[M[T] <: Traversable[T]] extends AnyRef

    Permalink

    Annotations
    @experimental()
  4. case class GeoTiffMetadata(extent: Extent, crs: CRS, name: String, uri: URI) extends Product with Serializable

    Permalink

    Annotations
    @experimental()
  5. case class GeoTiffMetadataTree[T](index: Map[String, STRtree], crs: CRS) extends Product with Serializable

    Permalink

    Annotations
    @experimental()
  6. case class HadoopGeoTiffLayerReader[M[T] <: Traversable[T]](attributeStore: AttributeStore[M, GeoTiffMetadata], layoutScheme: ZoomedLayoutScheme, resampleMethod: ResampleMethod = NearestNeighbor, strategy: OverviewStrategy = AutoHigherResolution, conf: Configuration = new Configuration, defaultThreads: Int = ...) extends GeoTiffLayerReader[M] with Product with Serializable

    Permalink

    Annotations
    @experimental()
  7. abstract class InMemoryGeoTiffAttributeStore extends CollectionAttributeStore[GeoTiffMetadata]

    Permalink

    Annotations
    @experimental()
  8. trait IteratorAttributeStore[T] extends AttributeStore[Iterator, T]

    Permalink
    Annotations
    @experimental()
  9. case class JsonGeoTiffAttributeStore(uri: URI, readData: (URI) ⇒ GeoTiffMetadataTree[GeoTiffMetadata]) extends CollectionAttributeStore[GeoTiffMetadata] with Product with Serializable

    Permalink

    Annotations
    @experimental()
  10. case class TemporalGeoTiffMetadata(extent: Extent, time: Long, crs: CRS, name: String, uri: URI) extends Product with Serializable

    Permalink

    Annotations
    @experimental()

Value Members

  1. object GeoTiffMetadata extends Serializable

    Permalink

    Annotations
    @experimental()
  2. object GeoTiffMetadataTree extends Serializable

    Permalink

    Annotations
    @experimental()
  3. object HadoopGeoTiffInput

    Permalink
    Annotations
    @experimental()
  4. object HadoopGeoTiffLayerReader extends Serializable

    Permalink

    Annotations
    @experimental()
  5. object HadoopIMGeoTiffAttributeStore

    Permalink

    Annotations
    @experimental()
  6. object HadoopJsonGeoTiffAttributeStore

    Permalink

    Annotations
    @experimental()
  7. object TemporalGeoTiffMetadata extends Serializable

    Permalink

    Annotations
    @experimental()

Ungrouped