Instance Constructors
-
new
S3RasterCatalog(bucket: String, rootPath: String, attributeStore: S3AttributeStore, s3client: () ⇒ S3Client)(implicit sc: SparkContext)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
def
clearCache: Unit
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
query[K](layerId: LayerId, numPartitions: Int)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): BoundRasterRDDQuery[K]
-
-
def
read[K](layerId: LayerId)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): RasterRDD[K]
-
def
read[K](layerId: LayerId, numPartitions: Int)(implicit arg0: RasterRDDReader[K], arg1: Boundable[K], arg2: JsonFormat[K], arg3: ClassTag[K]): RasterRDD[K]
-
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]
-
def
setLayerKeyBounds[K](id: LayerId, keyBounds: KeyBounds[K])(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyBounds[K]]): Unit
-
def
setLayerKeyIndex[K](id: LayerId, keyIndex: KeyIndex[K])(implicit arg0: ClassTag[K], ev: ReadableWritable[KeyIndex[K]]): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tileReader[K](layerId: LayerId)(implicit arg0: TileReader[K], arg1: JsonFormat[K], arg2: ClassTag[K]): (K) ⇒ Tile
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
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]]
-
-
-
Inherited from AnyRef
Inherited from Any