Uses of Interface
org.meteoinfo.jts.triangulate.ConstraintSplitPointFinder
-
Packages that use ConstraintSplitPointFinder Package Description org.meteoinfo.jts.triangulate -
-
Uses of ConstraintSplitPointFinder in org.meteoinfo.jts.triangulate
Classes in org.meteoinfo.jts.triangulate that implement ConstraintSplitPointFinder Modifier and Type Class Description classMidpointSplitPointFinderA simple split point finder which returns the midpoint of the split segment.classNonEncroachingSplitPointFinderA strategy for finding constraint split points which attempts to maximise the length of the split segments while preventing further encroachment.Methods in org.meteoinfo.jts.triangulate with parameters of type ConstraintSplitPointFinder Modifier and Type Method Description voidConformingDelaunayTriangulator. setSplitPointFinder(ConstraintSplitPointFinder splitFinder)Sets theConstraintSplitPointFinderto be used during constraint enforcement.
-