class HadoopCOGValueReader extends OverzoomingCOGValueReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HadoopCOGValueReader
- OverzoomingCOGValueReader
- COGValueReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HadoopCOGValueReader(attributeStore: AttributeStore, conf: Configuration)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attributeStore: AttributeStore
- Definition Classes
- HadoopCOGValueReader → COGValueReader
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
def
getLayerId(id: LayerId): LayerId
- Definition Classes
- OverzoomingCOGValueReader → COGValueReader
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
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
- HadoopCOGValueReader → COGValueReader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()