Methods in com.vividsolutions.jts.geomgraph.index with parameters of type SegmentIntersector |
void |
SimpleSweepLineIntersector.computeIntersections(List edges0,
List edges1,
SegmentIntersector si)
|
void |
SimpleMCSweepLineIntersector.computeIntersections(List edges0,
List edges1,
SegmentIntersector si)
|
void |
SimpleEdgeSetIntersector.computeIntersections(List edges0,
List edges1,
SegmentIntersector si)
|
abstract void |
EdgeSetIntersector.computeIntersections(List edges0,
List edges1,
SegmentIntersector si)
Computes all mutual intersections between two sets of edges. |
void |
SimpleSweepLineIntersector.computeIntersections(List edges,
SegmentIntersector si,
boolean testAllSegments)
|
void |
SimpleMCSweepLineIntersector.computeIntersections(List edges,
SegmentIntersector si,
boolean testAllSegments)
|
void |
SimpleEdgeSetIntersector.computeIntersections(List edges,
SegmentIntersector si,
boolean testAllSegments)
|
abstract void |
EdgeSetIntersector.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. |
void |
MonotoneChain.computeIntersections(MonotoneChain mc,
SegmentIntersector si)
|
void |
SweepLineSegment.computeIntersections(SweepLineSegment ss,
SegmentIntersector si)
|
void |
MonotoneChainEdge.computeIntersects(MonotoneChainEdge mce,
SegmentIntersector si)
|
void |
MonotoneChainEdge.computeIntersectsForChain(int chainIndex0,
MonotoneChainEdge mce,
int chainIndex1,
SegmentIntersector si)
|