Packages

package voronoi

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

Type Members

  1. case class ConformingDelaunay(verts: Array[Point], constraints: GeometryCollection) extends Product with Serializable

    A class for triangulating a set of points to satisfy the Delaunay property (subject to the given linear constraints).

    A class for triangulating a set of points to satisfy the Delaunay property (subject to the given linear constraints). Each resulting triangle's circumscribing circle will contain no other points of the input set.

  2. trait DelaunayTriangulationArrayMethods extends MethodExtensions[Array[org.locationtech.jts.geom.Point]]
  3. trait DelaunayTriangulationCoordinateMethods extends MethodExtensions[Traversable[Coordinate]]
  4. trait DelaunayTriangulationPointMethods extends MethodExtensions[Traversable[org.locationtech.jts.geom.Point]]
  5. trait Implicits extends AnyRef
  6. class VoronoiDiagram extends Serializable

    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 VoronoiDiagramCoordinateArrayMethods extends MethodExtensions[Array[Coordinate]]
  8. trait VoronoiDiagramCoordinateMethods extends MethodExtensions[Traversable[Coordinate]]
  9. trait VoronoiDiagramMultiPointMethods extends MethodExtensions[MultiPoint]
  10. trait VoronoiDiagramPointArrayMethods extends MethodExtensions[Array[Point]]
  11. trait VoronoiDiagramPointMethods extends MethodExtensions[Traversable[Point]]

Value Members

  1. implicit def linesToCollection(lines: Array[LineString]): GeometryCollection
  2. implicit def linesToCollection(lines: Seq[LineString]): GeometryCollection
  3. implicit def polygonsToCollection(polygons: Array[Polygon]): GeometryCollection
  4. implicit def polygonsToCollection(polygons: Seq[Polygon]): GeometryCollection
  5. object ConformingDelaunay extends Serializable
  6. object Implicits extends Implicits
  7. object VoronoiDiagram extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped