Uses of Interface
org.locationtech.jts.triangulate.ConstraintSplitPointFinder
Packages that use ConstraintSplitPointFinder
-
Uses of ConstraintSplitPointFinder in org.locationtech.jts.triangulate
Classes in org.locationtech.jts.triangulate that implement ConstraintSplitPointFinderModifier and TypeClassDescriptionclass
A simple split point finder which returns the midpoint of the split segment.class
A strategy for finding constraint split points which attempts to maximise the length of the split segments while preventing further encroachment.Fields in org.locationtech.jts.triangulate declared as ConstraintSplitPointFinderModifier and TypeFieldDescriptionprivate ConstraintSplitPointFinder
ConformingDelaunayTriangulator.splitFinder
Methods in org.locationtech.jts.triangulate with parameters of type ConstraintSplitPointFinderModifier and TypeMethodDescriptionvoid
ConformingDelaunayTriangulator.setSplitPointFinder
(ConstraintSplitPointFinder splitFinder) Sets theConstraintSplitPointFinder
to be used during constraint enforcement.