Packages

trait TileLayerRDDBuilders extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileLayerRDDBuilders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
  2. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
  3. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
  4. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
  5. def createMultibandTileLayerRDD(raster: Raster[MultibandTile], tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
  6. def createMultibandTileLayerRDD(tile: MultibandTile, tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
  7. def createSpaceTimeTileLayerRDD(tiles: Traversable[(Tile, ZonedDateTime)], tileLayout: TileLayout, cellType: CellType = IntConstantNoDataCellType)(implicit sc: SparkContext): TileLayerRDD[SpaceTimeKey]
  8. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
  9. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout): TileLayerRDD[SpatialKey]
  10. def createTileLayerRDD(raster: Raster[Tile], tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
  11. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
  12. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout): TileLayerRDD[SpatialKey]
  13. def createTileLayerRDD(tile: Tile, tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
  14. def createTileLayerRDD(input: Tile, layoutCols: Int, layoutRows: Int, crs: CRS)(implicit sc: SparkContext): (Tile, TileLayerRDD[SpatialKey])

    Cuts the tile according to the layoutCols and layoutRows given.

    Cuts the tile according to the layoutCols and layoutRows given. Returns the tile that was used to fit inside the tile layout, which might be smaller than the input tile

  15. def createTileLayerRDD(input: Tile, layoutCols: Int, layoutRows: Int)(implicit sc: SparkContext): (Tile, TileLayerRDD[SpatialKey])

    Cuts the tile according to the layoutCols and layoutRows given.

    Cuts the tile according to the layoutCols and layoutRows given. Returns the tile that was used to fit inside the tile layout, which might be smaller than the input tile

  16. def createTileLayerRDD(raster: Raster[Tile], layoutCols: Int, layoutRows: Int, crs: CRS)(implicit sc: SparkContext): (Raster[Tile], TileLayerRDD[SpatialKey])

    Cuts the raster according to the layoutCols and layoutRows given.

    Cuts the raster according to the layoutCols and layoutRows given. Returns the raser that was used to fit inside the tile layout, which might be smaller than the input raster.

    Metadata mapTransform is accurate.

  17. def createTileLayerRDD(input: Raster[Tile], layoutCols: Int, layoutRows: Int)(implicit sc: SparkContext): (Raster[Tile], TileLayerRDD[SpatialKey])

    Cuts the raster according to the layoutCols and layoutRows given.

    Cuts the raster according to the layoutCols and layoutRows given. Returns the raster that was used to fit inside the tile layout, which might be smaller than the input raster

    Metadata mapTransform is accurate.

  18. lazy val defaultCRS: LatLng.type