public class DelaunayData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DelaunayData.MODE |
| Constructor and Description |
|---|
DelaunayData()
Create a mesh data structure to collect points and edges that will be
used by the Delaunay Triangulation
|
| Modifier and Type | Method and Description |
|---|---|
double |
get3DArea()
Return the 3D area of all triangles
|
org.locationtech.jts.geom.MultiPolygon |
getTriangles() |
org.locationtech.jts.geom.MultiLineString |
getTrianglesSides() |
void |
put(org.locationtech.jts.geom.Geometry geom,
DelaunayData.MODE mode)
Put a geometry into the data array.
|
void |
triangulate() |
public DelaunayData()
public void put(org.locationtech.jts.geom.Geometry geom,
DelaunayData.MODE mode)
throws IllegalArgumentException
geom - Geometrymode - Delaunay modeIllegalArgumentExceptionpublic void triangulate()
public org.locationtech.jts.geom.MultiPolygon getTriangles()
public double get3DArea()
public org.locationtech.jts.geom.MultiLineString getTrianglesSides()
Copyright © 2019 CNRS. All rights reserved.