Packages

o

geotrellis.layer.stitch

TileLayoutStitcher

object TileLayoutStitcher

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

Value Members

  1. def stitch[V <: CellGrid[Int]](tiles: Traversable[(Product2[Int, Int], V)])(implicit arg0: Stitcher[V]): (V, (Int, Int), (Int, Int))

    Stitches a collection of spatially-keyed tiles into a single tile.

    Stitches a collection of spatially-keyed tiles into a single tile. Assumes that all tiles in a given column (row) have the same width (height).

    tiles

    A traversable collection of (key, tile) pairs

    returns

    A tuple with the stitched tile, the key of the upper left tile of the layout, and the width and height of that spatial key