trait TileLayerRDDBuilders extends AnyRef
- Alphabetic
- By Inheritance
- TileLayerRDDBuilders
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
- def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
- def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
- def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
- def createMultibandTileLayerRDD(raster: Raster[MultibandTile], tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
- def createMultibandTileLayerRDD(tile: MultibandTile, tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
- def createSpaceTimeTileLayerRDD(tiles: Traversable[(Tile, ZonedDateTime)], tileLayout: TileLayout, cellType: CellType = IntConstantNoDataCellType)(implicit sc: SparkContext): TileLayerRDD[SpaceTimeKey]
- def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
- def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout): TileLayerRDD[SpatialKey]
- def createTileLayerRDD(raster: Raster[Tile], tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
- def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
- def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout): TileLayerRDD[SpatialKey]
- def createTileLayerRDD(tile: Tile, tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
-
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
-
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
-
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.
-
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.
- lazy val defaultCRS: LatLng.type
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()