Uses of Class
org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Packages that use EdgeIntersectionList Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries. -
-
Uses of EdgeIntersectionList in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as EdgeIntersectionList Modifier and Type Field Description (package private) EdgeIntersectionList
Edge. eiList
Methods in org.locationtech.jts.geomgraph that return EdgeIntersectionList Modifier and Type Method Description EdgeIntersectionList
Edge. getEdgeIntersectionList()
-
Uses of EdgeIntersectionList in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type EdgeIntersectionList Modifier and Type Method Description private void
IsValidOp. checkNoSelfIntersectingRing(EdgeIntersectionList eiList)
Check that a ring does not self-intersect, except at its endpoints.
-