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