Class SweepLineSegment
- java.lang.Object
-
- org.locationtech.jts.geomgraph.index.SweepLineSegment
-
public class SweepLineSegment extends java.lang.Object
- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SweepLineSegment(Edge edge, int ptIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
computeIntersections(SweepLineSegment ss, SegmentIntersector si)
double
getMaxX()
double
getMinX()
-
-
-
Constructor Detail
-
SweepLineSegment
public SweepLineSegment(Edge edge, int ptIndex)
-
-
Method Detail
-
getMinX
public double getMinX()
-
getMaxX
public double getMaxX()
-
computeIntersections
public void computeIntersections(SweepLineSegment ss, SegmentIntersector si)
-
-