class HadoopGeoTiffLayerReader[M[T] <: Traversable[T]] extends GeoTiffLayerReader[M]

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

Instance Constructors

  1. new HadoopGeoTiffLayerReader(attributeStore: AttributeStore[M, GeoTiffMetadata], layoutScheme: ZoomedLayoutScheme, resampleMethod: ResampleMethod = NearestNeighbor, strategy: OverviewStrategy = OverviewStrategy.DEFAULT, conf: Configuration = new Configuration, runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)

Value Members

  1. val attributeStore: AttributeStore[M, GeoTiffMetadata]
  2. val conf: Configuration
  3. implicit val ioRuntime: IORuntime
  4. val layoutScheme: ZoomedLayoutScheme
  5. 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]
    Definition Classes
    GeoTiffLayerReader
    Annotations
    @experimental()
  6. 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]]
    Definition Classes
    GeoTiffLayerReader
    Annotations
    @experimental()
  7. val resampleMethod: ResampleMethod
  8. val strategy: OverviewStrategy