geotrellis.spark.io.s3

S3LayerReader

class S3LayerReader extends FilteringLayerReader[LayerId] with LazyLogging

Handles reading raster RDDs and their metadata from S3.

Linear Supertypes
LazyLogging, Logging, FilteringLayerReader[LayerId], LayerReader[LayerId], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3LayerReader
  2. LazyLogging
  3. Logging
  4. FilteringLayerReader
  5. LayerReader
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3LayerReader(attributeStore: AttributeStore)(implicit sc: SparkContext)

    attributeStore

    AttributeStore that contains metadata for corresponding LayerId

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val attributeStore: AttributeStore

    AttributeStore that contains metadata for corresponding LayerId

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val defaultNumPartitions: Int

    Definition Classes
    S3LayerReader → LayerReader
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def query[K, V, M](layerId: LayerId, numPartitions: Int)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): BoundLayerQuery[K, M, RDD[(K, V)] with Metadata[M]]

    Definition Classes
    FilteringLayerReader
  21. def query[K, V, M](layerId: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): BoundLayerQuery[K, M, RDD[(K, V)] with Metadata[M]]

    Definition Classes
    FilteringLayerReader
  22. def rddReader: S3RDDReader

  23. def read[K, V, M](id: LayerId, rasterQuery: LayerQuery[K, M], numPartitions: Int, filterIndexOnly: Boolean)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): ContextRDD[K, V, M]

    Definition Classes
    S3LayerReader → FilteringLayerReader
  24. def read[K, V, M](id: LayerId, numPartitions: Int)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): RDD[(K, V)] with Metadata[M]

    Definition Classes
    FilteringLayerReader → LayerReader
  25. def read[K, V, M](id: LayerId, rasterQuery: LayerQuery[K, M])(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): RDD[(K, V)] with Metadata[M]

    Definition Classes
    FilteringLayerReader
  26. def read[K, V, M](id: LayerId, rasterQuery: LayerQuery[K, M], numPartitions: Int)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): RDD[(K, V)] with Metadata[M]

    Definition Classes
    FilteringLayerReader
  27. def read[K, V, M](id: LayerId)(implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): RDD[(K, V)] with Metadata[M]

    Definition Classes
    LayerReader
  28. def reader[K, V, M](implicit arg0: AvroRecordCodec[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K], arg4: AvroRecordCodec[V], arg5: ClassTag[V], arg6: JsonFormat[M], arg7: PLens[M, M, Bounds[K], Bounds[K]]): Reader[LayerId, RDD[(K, V)] with Metadata[M]]

    Definition Classes
    LayerReader
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Logging

Inherited from FilteringLayerReader[LayerId]

Inherited from LayerReader[LayerId]

Inherited from AnyRef

Inherited from Any

Ungrouped