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
|
com.vividsolutions.jts.geom.MultiPolygon |
getTriangles() |
com.vividsolutions.jts.geom.MultiLineString |
getTrianglesSides() |
void |
put(com.vividsolutions.jts.geom.Geometry geom,
DelaunayData.MODE mode)
Put a geometry into the data array.
|
void |
triangulate() |
public DelaunayData()
public void put(com.vividsolutions.jts.geom.Geometry geom,
DelaunayData.MODE mode)
throws IllegalArgumentException
geom - Geometrymode - Delaunay modeIllegalArgumentExceptionpublic void triangulate()
public com.vividsolutions.jts.geom.MultiPolygon getTriangles()
public double get3DArea()
public com.vividsolutions.jts.geom.MultiLineString getTrianglesSides()
Copyright © 2018 CNRS. All rights reserved.