Uses of Class
org.locationtech.jts.geomgraph.index.SegmentIntersector
-
Packages that use SegmentIntersector Package Description org.locationtech.jts.geomgraph org.locationtech.jts.geomgraph.index -
-
Uses of SegmentIntersector in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return SegmentIntersector Modifier and Type Method Description SegmentIntersectorGeometryGraph. computeEdgeIntersections(GeometryGraph g, LineIntersector li, boolean includeProper)SegmentIntersectorGeometryGraph. computeSelfNodes(LineIntersector li, boolean computeRingSelfNodes)Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests.SegmentIntersectorGeometryGraph. computeSelfNodes(LineIntersector li, boolean computeRingSelfNodes, boolean isDoneIfProperInt)Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests. -
Uses of SegmentIntersector in org.locationtech.jts.geomgraph.index
Methods in org.locationtech.jts.geomgraph.index with parameters of type SegmentIntersector Modifier and Type Method Description abstract voidEdgeSetIntersector. computeIntersections(List edges0, List edges1, SegmentIntersector si)Computes all mutual intersections between two sets of edges.abstract voidEdgeSetIntersector. computeIntersections(List edges, SegmentIntersector si, boolean testAllSegments)Computes all self-intersections between edges in a set of edges, allowing client to choose whether self-intersections are computed.voidMonotoneChain. computeIntersections(MonotoneChain mc, SegmentIntersector si)voidSimpleMCSweepLineIntersector. computeIntersections(List edges0, List edges1, SegmentIntersector si)voidSimpleMCSweepLineIntersector. computeIntersections(List edges, SegmentIntersector si, boolean testAllSegments)voidMonotoneChainEdge. computeIntersects(MonotoneChainEdge mce, SegmentIntersector si)voidMonotoneChainEdge. computeIntersectsForChain(int chainIndex0, MonotoneChainEdge mce, int chainIndex1, SegmentIntersector si)
-