Class Interval
java.lang.Object
org.locationtech.jts.index.strtree.Interval
A contiguous portion of 1D-space. Used internally by SIRtree.
- Version:
- 1.7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpandToInclude(Interval other) doubleinthashCode()booleanintersects(Interval other)
-
Constructor Details
-
Interval
-
Interval
public Interval(double min, double max)
-
-
Method Details
-
getCentre
public double getCentre() -
expandToInclude
-
intersects
-
equals
-
hashCode
-