trait OverzoomingValueReader extends ValueReader[LayerId]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OverzoomingValueReader
- ValueReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
attributeStore: AttributeStore
- Definition Classes
- ValueReader
-
abstract
def
reader[K, V](layerId: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V]): Reader[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
- ValueReader
Concrete Value Members
-
def
overzoomingReader[K, V <: CellGrid[Int]](layerId: LayerId, resampleMethod: ResampleMethod)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: SpatialComponent[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: (V) ⇒ TileResampleMethods[V]): Reader[K, V]
- Definition Classes
- OverzoomingValueReader → ValueReader