com.vividsolutions.jts.geomgraph.index

Class SweepLineSegment


public class SweepLineSegment
extends java.lang.Object

Version:
1.6

Constructor Summary

SweepLineSegment(Edge edge, int ptIndex)

Method Summary

void
computeIntersections(SweepLineSegment ss, SegmentIntersector si)
double
getMaxX()
double
getMinX()

Constructor Details

SweepLineSegment

public SweepLineSegment(Edge edge,
                        int ptIndex)

Method Details

computeIntersections

public void computeIntersections(SweepLineSegment ss,
                                 SegmentIntersector si)

getMaxX

public double getMaxX()

getMinX

public double getMinX()