Object/Trait

geotrellis.spark.testkit

TileLayerRDDBuilders

Related Docs: trait TileLayerRDDBuilders | package testkit

Permalink

object TileLayerRDDBuilders extends TileLayerRDDBuilders

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  7. def createMultibandTileLayerRDD(sc: SparkContext, raster: Raster[MultibandTile], tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  8. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout, crs: CRS): MultibandTileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  9. def createMultibandTileLayerRDD(sc: SparkContext, tile: MultibandTile, tileLayout: TileLayout): MultibandTileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  10. def createMultibandTileLayerRDD(tile: MultibandTile, tileLayout: TileLayout)(implicit sc: SparkContext): MultibandTileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  11. def createSpaceTimeTileLayerRDD(tiles: Traversable[(Tile, ZonedDateTime)], tileLayout: TileLayout, cellType: CellType = IntConstantNoDataCellType)(implicit sc: SparkContext): TileLayerRDD[SpaceTimeKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  12. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  13. def createTileLayerRDD(sc: SparkContext, raster: Raster[Tile], tileLayout: TileLayout): TileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  14. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout, crs: CRS): TileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  15. def createTileLayerRDD(sc: SparkContext, tile: Tile, tileLayout: TileLayout): TileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  16. def createTileLayerRDD(tile: Tile, tileLayout: TileLayout)(implicit sc: SparkContext): TileLayerRDD[SpatialKey]

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  17. def createTileLayerRDD(input: Tile, layoutCols: Int, layoutRows: Int, crs: CRS)(implicit sc: SparkContext): (Tile, TileLayerRDD[SpatialKey])

    Permalink

    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

    Definition Classes
    TileLayerRDDBuilders
  18. def createTileLayerRDD(input: Tile, layoutCols: Int, layoutRows: Int)(implicit sc: SparkContext): (Tile, TileLayerRDD[SpatialKey])

    Permalink

    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

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

    Permalink

    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.

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

    Permalink

    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.

    Definition Classes
    TileLayerRDDBuilders
  21. lazy val defaultCRS: LatLng.type

    Permalink
    Definition Classes
    TileLayerRDDBuilders
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TileLayerRDDBuilders

Inherited from AnyRef

Inherited from Any

Ungrouped