Uses of Class
com.vividsolutions.jts.geomgraph.index.SegmentIntersector
-
Packages that use SegmentIntersector Package Description com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges. -
-
Uses of SegmentIntersector in com.vividsolutions.jts.geomgraph
Methods in com.vividsolutions.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. -
Uses of SegmentIntersector in com.vividsolutions.jts.geomgraph.index
Methods in com.vividsolutions.jts.geomgraph.index with parameters of type SegmentIntersector Modifier and Type Method Description abstract voidEdgeSetIntersector. computeIntersections(java.util.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.abstract voidEdgeSetIntersector. computeIntersections(java.util.List edges0, java.util.List edges1, SegmentIntersector si)Computes all mutual intersections between two sets of edges.voidMonotoneChain. computeIntersections(MonotoneChain mc, SegmentIntersector si)voidSimpleEdgeSetIntersector. computeIntersections(java.util.List edges, SegmentIntersector si, boolean testAllSegments)voidSimpleEdgeSetIntersector. computeIntersections(java.util.List edges0, java.util.List edges1, SegmentIntersector si)voidSimpleMCSweepLineIntersector. computeIntersections(java.util.List edges, SegmentIntersector si, boolean testAllSegments)voidSimpleMCSweepLineIntersector. computeIntersections(java.util.List edges0, java.util.List edges1, SegmentIntersector si)voidSimpleSweepLineIntersector. computeIntersections(java.util.List edges, SegmentIntersector si, boolean testAllSegments)voidSimpleSweepLineIntersector. computeIntersections(java.util.List edges0, java.util.List edges1, SegmentIntersector si)voidSweepLineSegment. computeIntersections(SweepLineSegment ss, SegmentIntersector si)voidMonotoneChainEdge. computeIntersects(MonotoneChainEdge mce, SegmentIntersector si)voidMonotoneChainEdge. computeIntersectsForChain(int chainIndex0, MonotoneChainEdge mce, int chainIndex1, SegmentIntersector si)
-