trait OverzoomingCOGValueReader extends COGValueReader[LayerId]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OverzoomingCOGValueReader
- COGValueReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
attributeStore: AttributeStore
- Definition Classes
- COGValueReader
-
abstract
def
reader[K, V <: CellGrid[Int]](layerId: LayerId)(implicit arg0: Decoder[K], arg1: SpatialComponent[K], arg2: ClassTag[K], arg3: GeoTiffReader[V]): COGReader[K, V]
- Definition Classes
- COGValueReader
Concrete Value Members
-
def
baseReader[K, V <: CellGrid[Int]](layerId: LayerId, keyPath: (K, Int, KeyIndex[K], ZoomRange) ⇒ String, fullPath: (String) ⇒ URI, exceptionHandler: (K) ⇒ PartialFunction[Throwable, Nothing] = ...)(implicit arg0: Decoder[K], arg1: SpatialComponent[K], arg2: ClassTag[K], arg3: GeoTiffReader[V]): COGReader[K, V]
Produce a key value reader for a specific layer, prefetching layer metadata once at construction time
Produce a key value reader for a specific layer, prefetching layer metadata once at construction time
- Definition Classes
- COGValueReader
-
implicit
def
getLayerId(id: LayerId): LayerId
- Definition Classes
- OverzoomingCOGValueReader → COGValueReader
-
def
overzoomingReader[K, V <: CellGrid[Int]](layerId: LayerId, resampleMethod: ResampleMethod)(implicit arg0: Decoder[K], arg1: SpatialComponent[K], arg2: ClassTag[K], arg3: GeoTiffReader[V], arg4: (V) ⇒ TileResampleMethods[V]): COGReader[K, V]
- Definition Classes
- OverzoomingCOGValueReader → COGValueReader