| Package | Description |
|---|---|
| com.vividsolutions.jts.triangulate |
Classes to compute Delaunay triangulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MidpointSplitPointFinder
A simple split point finder which returns the midpoint of the split segment.
|
class |
NonEncroachingSplitPointFinder
A strategy for finding constraint split points which attempts to maximise the length of the split segments while preventing further encroachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConformingDelaunayTriangulator.setSplitPointFinder(ConstraintSplitPointFinder
Sets the
ConstraintSplitPointFinder to be used during constraint enforcement.
|