c

geotrellis.spark.store.hadoop.Implicits

withHadoopValueReaderMethods

implicit class withHadoopValueReaderMethods extends MethodExtensions[HadoopValueReader.type]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withHadoopValueReaderMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withHadoopValueReaderMethods(self: HadoopValueReader.type)

Value Members

  1. def apply(rootPath: Path)(implicit sc: SparkContext): HadoopValueReader
  2. def apply[K, V <: CellGrid[Int]](attributeStore: AttributeStore, layerId: LayerId, resampleMethod: ResampleMethod)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: SpatialComponent[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: (V) ⇒ TileResampleMethods[V], sc: SparkContext): Reader[K, V]
  3. def apply[K, V](attributeStore: AttributeStore, layerId: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Decoder[K], arg2: ClassTag[K], arg3: AvroRecordCodec[V], sc: SparkContext): Reader[K, V]
  4. val self: HadoopValueReader.type