Class SweepLineInterval
- java.lang.Object
-
- org.locationtech.jts.index.sweepline.SweepLineInterval
-
public class SweepLineInterval extends java.lang.Object
- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SweepLineInterval(double min, double max)
SweepLineInterval(double min, double max, java.lang.Object item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getItem()
double
getMax()
double
getMin()
-