Uses of Interface
org.locationtech.jts.triangulate.ConstraintSplitPointFinder
-
Packages that use ConstraintSplitPointFinder Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations. -
-
Uses of ConstraintSplitPointFinder in org.locationtech.jts.triangulate
Classes in org.locationtech.jts.triangulate that implement ConstraintSplitPointFinder 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.Methods in org.locationtech.jts.triangulate with parameters of type ConstraintSplitPointFinder Modifier and Type Method Description void
ConformingDelaunayTriangulator. setSplitPointFinder(ConstraintSplitPointFinder splitFinder)
Sets theConstraintSplitPointFinder
to be used during constraint enforcement.
-