Packages

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

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

Instance Constructors

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

Value Members

  1. val attributeStore: AttributeStore[M, GeoTiffMetadata]
  2. implicit lazy val ioRuntime: IORuntime
  3. val layoutScheme: ZoomedLayoutScheme
  4. 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()
  5. 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()
  6. val resampleMethod: ResampleMethod
  7. val strategy: OverviewStrategy