Package org.meteoinfo.jts.index.strtree
Class Interval
- java.lang.Object
-
- org.meteoinfo.jts.index.strtree.Interval
-
public class Interval extends java.lang.ObjectA contiguous portion of 1D-space. Used internally by SIRtree.- See Also:
SIRtree
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)IntervalexpandToInclude(Interval other)doublegetCentre()booleanintersects(Interval other)
-
-
-
Constructor Detail
-
Interval
public Interval(Interval other)
-
Interval
public Interval(double min, double max)
-
-