| Package | Description |
|---|---|
| com.vividsolutions.jts.triangulate |
Classes to compute Delaunay triangulations.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintVertexFactory |
ConformingDelaunayTriangulator.getVertexFactory()
Gets the
ConstraintVertexFactory used to create new constraint vertices at split points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConformingDelaunayTriangulator.setVertexFactory(ConstraintVertexFactory
Sets a custom
ConstraintVertexFactory to be used to allow vertices carrying extra information to be created.
|