Uses of Class
org.locationtech.jts.geom.TopologyException
-
Packages that use TopologyException Package Description org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. -
-
Uses of TopologyException in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding that throw TopologyException Modifier and Type Method Description voidIteratedNoder. computeNodes(Collection segStrings)Fully nodes a list ofSegmentStrings, i.e. performs noding iteratively until no intersections are found between segments.
-