|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.h2gis.h2spatialext.function.spatial.mesh.DelaunayData
public class DelaunayData
This class is used to collect all data used to compute a mesh based on a Delaunay triangulation
| Constructor Summary | |
|---|---|
DelaunayData()
Create a mesh data structure to collect points and edges that will be used by the Delaunay Triangulation |
|
| Method Summary | |
|---|---|
ArrayList<org.jdelaunay.delaunay.geometries.DEdge> |
getDelaunayEdges()
Gives the collection of edges |
List<org.jdelaunay.delaunay.geometries.DPoint> |
getDelaunayPoints()
Gives the collection of points |
void |
put(com.vividsolutions.jts.geom.Geometry geom)
Put a geometry into the data array of points. |
void |
put(com.vividsolutions.jts.geom.Geometry geom,
boolean isConstrained)
Put a geometry into the data array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelaunayData()
| Method Detail |
|---|
public void put(com.vividsolutions.jts.geom.Geometry geom,
boolean isConstrained)
throws org.jdelaunay.delaunay.error.DelaunayError
geom - isConstrained -
org.jdelaunay.delaunay.error.DelaunayError
public void put(com.vividsolutions.jts.geom.Geometry geom)
throws org.jdelaunay.delaunay.error.DelaunayError
put(Geometry
geom, boolean isConstrained). Note the z-value is forced to O when it's
equal to NaN.
geom -
org.jdelaunay.delaunay.error.DelaunayErrorpublic ArrayList<org.jdelaunay.delaunay.geometries.DEdge> getDelaunayEdges()
public List<org.jdelaunay.delaunay.geometries.DPoint> getDelaunayPoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||