c
geotrellis.spark.store.hadoop.geotiff
HadoopGeoTiffLayerReader
Companion object HadoopGeoTiffLayerReader
class HadoopGeoTiffLayerReader[M[T] <: Traversable[T]] extends GeoTiffLayerReader[M]
- Annotations
- @experimental()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HadoopGeoTiffLayerReader
- GeoTiffLayerReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
val
attributeStore: AttributeStore[M, GeoTiffMetadata]
- Definition Classes
- HadoopGeoTiffLayerReader → GeoTiffLayerReader
- val conf: Configuration
-
implicit
val
ioRuntime: IORuntime
- Definition Classes
- HadoopGeoTiffLayerReader → GeoTiffLayerReader
-
val
layoutScheme: ZoomedLayoutScheme
- Definition Classes
- HadoopGeoTiffLayerReader → GeoTiffLayerReader
-
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()
-
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()
-
val
resampleMethod: ResampleMethod
- Definition Classes
- HadoopGeoTiffLayerReader → GeoTiffLayerReader
-
val
strategy: OverviewStrategy
- Definition Classes
- HadoopGeoTiffLayerReader → GeoTiffLayerReader