com.vividsolutions.jts.index.strtree
public class Interval extends java.lang.Object
SIRtree
Constructor and Description |
---|
Interval(double min,
double max) |
Interval(Interval other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Interval |
expandToInclude(Interval other) |
double |
getCentre() |
boolean |
intersects(Interval other) |
public Interval(Interval other)
public Interval(double min, double max)