geotrellis.spark.io.s3

S3RasterCatalog

class S3RasterCatalog extends AttributeCaching[S3LayerMetaData]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3RasterCatalog
  2. AttributeCaching
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3RasterCatalog(bucket: String, rootPath: String, attributeStore: S3AttributeStore, s3client: () ⇒ S3Client)(implicit sc: SparkContext)

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: S3AttributeStore

    Definition Classes
    S3RasterCatalogAttributeCaching
  8. def clearCache: Unit

    Definition Classes
    AttributeCaching
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 getLayerKeyBounds[K](id: LayerId)(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyBounds[K]]): KeyBounds[K]

    Definition Classes
    AttributeCaching
  15. def getLayerKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyIndex[K]]): KeyIndex[K]

    Definition Classes
    AttributeCaching
  16. def getLayerMetadata(id: LayerId)(implicit ev: ReadableWritable[S3LayerMetaData]): S3LayerMetaData

    Definition Classes
    AttributeCaching
  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. def layerExists(id: LayerId)(implicit ev: ReadableWritable[S3LayerMetaData]): Boolean

    Definition Classes
    AttributeCaching
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def query[K](layerId: LayerId, numPartitions: Int)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): BoundRasterRDDQuery[K]

  24. def query[K](layerId: LayerId)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): BoundRasterRDDQuery[K]

  25. def read[K](layerId: LayerId)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): RasterRDD[K]

  26. def read[K](layerId: LayerId, numPartitions: Int)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): RasterRDD[K]

  27. def read[K](layerId: LayerId, rasterQuery: RasterRDDQuery[K], numPartitions: Int = sc.defaultParallelism)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): RasterRDD[K]

  28. def setLayerKeyBounds[K](id: LayerId, keyBounds: KeyBounds[K])(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyBounds[K]]): Unit

    Definition Classes
    AttributeCaching
  29. def setLayerKeyIndex[K](id: LayerId, keyIndex: KeyIndex[K])(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyIndex[K]]): Unit

    Definition Classes
    AttributeCaching
  30. def setLayerMetadata(id: LayerId, metadata: S3LayerMetaData)(implicit ev: ReadableWritable[S3LayerMetaData]): Unit

    Definition Classes
    AttributeCaching
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def tileReader[K](layerId: LayerId)(implicit arg0: TileReader[K], arg1: JsonFormat[K], arg2: ClassTag[K]): (K) ⇒ Tile

  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def writer[K](keyIndexMethod: KeyIndexMethod[K], subDir: String, clobber: Boolean)(implicit arg0: SpatialComponent[K], arg1: RasterRDDWriter[K], arg2: Boundable[K], arg3: JsonFormat[K], arg4: ClassTag[K]): Writer[LayerId, RasterRDD[K]]

  38. def writer[K](keyIndexMethod: KeyIndexMethod[K], clobber: Boolean)(implicit arg0: SpatialComponent[K], arg1: RasterRDDWriter[K], arg2: Boundable[K], arg3: JsonFormat[K], arg4: ClassTag[K]): Writer[LayerId, RasterRDD[K]]

  39. def writer[K](keyIndexMethod: KeyIndexMethod[K], subDir: String)(implicit arg0: SpatialComponent[K], arg1: RasterRDDWriter[K], arg2: Boundable[K], arg3: JsonFormat[K], arg4: ClassTag[K]): Writer[LayerId, RasterRDD[K]]

  40. def writer[K](keyIndexMethod: KeyIndexMethod[K])(implicit arg0: SpatialComponent[K], arg1: RasterRDDWriter[K], arg2: Boundable[K], arg3: JsonFormat[K], arg4: ClassTag[K]): Writer[LayerId, RasterRDD[K]]

Inherited from AnyRef

Inherited from Any

Ungrouped