o

geotrellis.raster.distance

EuclideanDistanceTile

object EuclideanDistanceTile

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

Value Members

  1. def apply(pts: Array[(Double, Double, Double)], rasterExtent: RasterExtent): Tile
  2. def apply(pts: Array[(Double, Double)], rasterExtent: RasterExtent): Tile
  3. def apply(pts: Array[Point], rasterExtent: RasterExtent): Tile
  4. def apply(pts: Array[Coordinate], rasterExtent: RasterExtent, cellType: CellType = DoubleConstantNoDataCellType): Tile
  5. def rasterizeDistanceCell(rasterExtent: RasterExtent, tile: MutableArrayTile)(arg: (Polygon, Coordinate)): Unit