abstract class COGCollectionLayerReader[ID] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGCollectionLayerReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COGCollectionLayerReader()
Abstract Value Members
- abstract val attributeStore: AttributeStore
- implicit abstract val ioRuntime: IORuntime
- abstract def read[K, V <: CellGrid[Int]](id: ID, rasterQuery: LayerQuery[K, TileLayerMetadata[K]])(implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: Decoder[K], arg3: ClassTag[K], arg4: GeoTiffReader[V], arg5: ClassTag[V]): Seq[(K, V)] with Metadata[TileLayerMetadata[K]]
Concrete Value Members
- def baseRead[K, V <: CellGrid[Int]](id: ID, tileQuery: LayerQuery[K, TileLayerMetadata[K]], getKeyPath: (ZoomRange, Int) ⇒ (BigInt) ⇒ String, pathExists: (String) ⇒ Boolean, fullPath: (String) ⇒ URI)(implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: Decoder[K], arg3: ClassTag[K], arg4: GeoTiffReader[V], arg5: ClassTag[V], idToLayerId: (ID) ⇒ LayerId): Seq[(K, V)] with Metadata[TileLayerMetadata[K]]
- def query[K, V <: CellGrid[Int]](layerId: ID)(implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: Decoder[K], arg3: ClassTag[K], arg4: GeoTiffReader[V], arg5: ClassTag[V]): BoundLayerQuery[K, TileLayerMetadata[K], Seq[(K, V)] with Metadata[TileLayerMetadata[K]]]
- def read[K, V <: CellGrid[Int]](id: ID)(implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: Decoder[K], arg3: ClassTag[K], arg4: GeoTiffReader[V], arg5: ClassTag[V]): Seq[(K, V)] with Metadata[TileLayerMetadata[K]]
- def reader[K, V <: CellGrid[Int]](implicit arg0: SpatialComponent[K], arg1: Boundable[K], arg2: Decoder[K], arg3: ClassTag[K], arg4: GeoTiffReader[V], arg5: ClassTag[V]): Reader[ID, Seq[(K, V)] with Metadata[TileLayerMetadata[K]]]