Package | Description |
---|---|
org.locationtech.jts.triangulate |
Classes to compute Delaunay triangulations.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
void |
ConformingDelaunayTriangulator.setSplitPointFinder(ConstraintSplitPointFinder splitFinder) |
Sets the
ConstraintSplitPointFinder to be
used during constraint enforcement. |
Copyright © 2018. All rights reserved.