|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentIntersector | |
---|---|
org.geotools.geometry.iso.topograph2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D.index | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of SegmentIntersector in org.geotools.geometry.iso.topograph2D |
---|
Methods in org.geotools.geometry.iso.topograph2D that return SegmentIntersector | |
---|---|
SegmentIntersector |
GeometryGraph.computeEdgeIntersections(GeometryGraph g,
LineIntersector li,
boolean includeProper)
|
SegmentIntersector |
GeometryGraph.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 org.geotools.geometry.iso.topograph2D.index |
---|
Methods in org.geotools.geometry.iso.topograph2D.index with parameters of type SegmentIntersector | |
---|---|
abstract void |
EdgeSetIntersector.computeIntersections(java.util.List edges0,
java.util.List edges1,
SegmentIntersector si)
Computes all mutual intersections between two sets of edges. |
void |
SimpleMonotoneChainSweepLineIntersector.computeIntersections(java.util.List edges0,
java.util.List edges1,
SegmentIntersector si)
|
abstract void |
EdgeSetIntersector.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. |
void |
SimpleMonotoneChainSweepLineIntersector.computeIntersections(java.util.List edges,
SegmentIntersector si,
boolean testAllSegments)
|
void |
MonotoneChain.computeIntersections(MonotoneChain mc,
SegmentIntersector si)
|
void |
MonotoneChainEdge.computeIntersects(MonotoneChainEdge mce,
SegmentIntersector si)
|
void |
MonotoneChainEdge.computeIntersectsForChain(int chainIndex0,
MonotoneChainEdge mce,
int chainIndex1,
SegmentIntersector si)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |