Package | Description |
---|---|
org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
Modifier and Type | Field and Description |
---|---|
private InteriorIntersectionFinder |
FastNodingValidator.segInt |
Modifier and Type | Method and Description |
---|---|
static InteriorIntersectionFinder |
InteriorIntersectionFinder.createAllIntersectionsFinder(LineIntersector li)
Creates an intersection finder which finds all interior intersections.
|
static InteriorIntersectionFinder |
InteriorIntersectionFinder.createAnyIntersectionFinder(LineIntersector li)
Creates an intersection finder which tests if there is at least one interior intersection.
|
static InteriorIntersectionFinder |
InteriorIntersectionFinder.createIntersectionCounter(LineIntersector li)
Creates an intersection finder which counts all interior intersections.
|