trait COGReader[K, V] extends Reader[K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGReader
- Reader
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
def
andThen[A](g: (V) ⇒ A): (K) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(key: K): V
- Definition Classes
- Reader → Function1
-
def
compose[A](g: (A) ⇒ K): (A) ⇒ V
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def readSubsetBands(key: K, bands: Int*)(implicit d: DummyImplicit): Array[Option[Tile]]
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any