Package

geotrellis.vector

voronoi

Permalink

package voronoi

Visibility
  1. Public
  2. All

Type Members

  1. case class Delaunay(verts: Array[Point]) extends Product with Serializable

    Permalink

    A class to compute the Delaunay triangulation of a set of points.

    A class to compute the Delaunay triangulation of a set of points. Details can be found in <geotrellis_home>/docs/vector/voronoi.md

  2. trait DelaunayTriangulationArrayMethods extends MethodExtensions[Array[Point]]

    Permalink
  3. trait DelaunayTriangulationMethods extends MethodExtensions[Traversable[Point]]

    Permalink
  4. class HalfEdge[V, F] extends AnyRef

    Permalink
  5. trait Implicits extends AnyRef

    Permalink
  6. class Voronoi extends AnyRef

    Permalink

    A class to compute the Voronoi diagram of a set of points.

    A class to compute the Voronoi diagram of a set of points. See <geotrellis_home>/docs/vector/voronoi.md for more information.

  7. trait VoronoiDiagramArrayMethods extends MethodExtensions[Array[Point]]

    Permalink
  8. trait VoronoiDiagramMethods extends MethodExtensions[Traversable[Point]]

    Permalink

Value Members

  1. object HalfEdge

    Permalink
  2. object Implicits extends Implicits

    Permalink
  3. object Predicates

    Permalink

Ungrouped