|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.h2gis.h2spatialext.function.spatial.mesh.DelaunayTools
public class DelaunayTools
Tools to convert JDelaunay objects to JTS Geometries
| Constructor Summary | |
|---|---|
DelaunayTools()
|
|
| Method Summary | |
|---|---|
static com.vividsolutions.jts.geom.LineString |
toLineString(org.jdelaunay.delaunay.geometries.DEdge dEdge)
Convert a JDelaunay edge to a JTS linestring |
static com.vividsolutions.jts.geom.MultiLineString |
toMultiLineString(List<org.jdelaunay.delaunay.geometries.DEdge> edges)
Convert a list of triangles to a JTS MultiLineString |
static com.vividsolutions.jts.geom.MultiPolygon |
toMultiPolygon(List<org.jdelaunay.delaunay.geometries.DTriangle> triangles)
Convert a list of triangles to a JTS MultiPolygon |
static com.vividsolutions.jts.geom.Polygon |
toPolygon(org.jdelaunay.delaunay.geometries.DTriangle triangle)
Convert a JDelaunay triangle to a JTS polygon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelaunayTools()
| Method Detail |
|---|
public static com.vividsolutions.jts.geom.MultiPolygon toMultiPolygon(List<org.jdelaunay.delaunay.geometries.DTriangle> triangles)
triangles -
public static com.vividsolutions.jts.geom.Polygon toPolygon(org.jdelaunay.delaunay.geometries.DTriangle triangle)
triangle -
public static com.vividsolutions.jts.geom.MultiLineString toMultiLineString(List<org.jdelaunay.delaunay.geometries.DEdge> edges)
edges -
public static com.vividsolutions.jts.geom.LineString toLineString(org.jdelaunay.delaunay.geometries.DEdge dEdge)
dEdge -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||