Packages

o

geotrellis.raster.triangulation

DelaunayRasterizer

object DelaunayRasterizer

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

Value Members

  1. def rasterize(tile: MutableArrayTile, re: RasterExtent, triangleMap: TriangleMap, halfEdgeTable: HalfEdgeTable, pointSet: IndexedPointSet): Unit

    Produces a Tile with shape given by a RasterExtent where pixels are linearly interpolated values of the z-coordinates of each triangle vertex.

  2. def rasterizeDelaunayTriangulation(dt: DelaunayTriangulation, re: RasterExtent, tile: MutableArrayTile): Unit
  3. def rasterizeDelaunayTriangulation(dt: DelaunayTriangulation, re: RasterExtent, cellType: CellType): Tile
  4. def rasterizeDelaunayTriangulation(dt: DelaunayTriangulation, re: RasterExtent): Tile