t

geotrellis.spark.store.hadoop.geotiff

GeoTiffLayerReader

trait GeoTiffLayerReader[M[T] <: Traversable[T]] extends AnyRef

Annotations
@experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffLayerReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val attributeStore: AttributeStore[M, GeoTiffMetadata]
  2. implicit abstract val ioRuntime: IORuntime
  3. abstract val layoutScheme: ZoomedLayoutScheme
  4. abstract val resampleMethod: ResampleMethod
  5. abstract val strategy: OverviewStrategy

Concrete Value Members

  1. def read[V <: CellGrid[Int]](layerId: LayerId)(x: Int, y: Int)(implicit arg0: GeoTiffReader[V], arg1: ClassTag[V], rep: (Raster[V]) ⇒ RasterReprojectMethods[Raster[V]], res: (Raster[V]) ⇒ RasterResampleMethods[Raster[V]], m: (Raster[V]) ⇒ RasterMergeMethods[V]): Raster[V]
    Annotations
    @experimental()
  2. def readAll[V <: CellGrid[Int]](layerId: LayerId)(implicit arg0: GeoTiffReader[V], arg1: ClassTag[V], rep: (Raster[V]) ⇒ RasterReprojectMethods[Raster[V]], res: (Raster[V]) ⇒ RasterResampleMethods[Raster[V]]): Traversable[Raster[V]]
    Annotations
    @experimental()