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.
|
Modifier and Type | Field and Description |
---|---|
(package private) EdgeIntersectionList |
Edge.eiList |
Modifier and Type | Method and Description |
---|---|
EdgeIntersectionList |
Edge.getEdgeIntersectionList() |
Modifier and Type | Method and Description |
---|---|
private void |
IsValidOp.checkNoSelfIntersectingRing(EdgeIntersectionList eiList)
Check that a ring does not self-intersect, except at its endpoints.
|