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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
  7. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
  8. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]
  9. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]
  10. def createMultibandTileLayerRDD(raster: Raster[MultibandTile], tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
  11. def createMultibandTileLayerRDD(tile: MultibandTile, tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]
  12. def createSpaceTimeTileLayerRDD(tiles: Traversable[(Tile, ZonedDateTime)], tileLayout: TileLayout, cellType: CellType = IntConstantNoDataCellType)(implicit sc: SparkContext): TileLayerRDD[SpaceTimeKey]
  13. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
  14. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout): TileLayerRDD[SpatialKey]
  15. def createTileLayerRDD(raster: Raster[Tile], tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
  16. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]
  17. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout): TileLayerRDD[SpatialKey]
  18. def createTileLayerRDD(tile: Tile, tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]
  19. 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

  20. 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

  21. 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.

  22. 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.

  23. lazy val defaultCRS: LatLng.type
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped