Package | Description |
---|---|
com.vividsolutions.jts.noding |
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.
|
Copyright © 2016. All rights reserved.