JTS Core 1.17.1
Packages
Classes
Search
About
Top
Interval(Interval)
Interval(double, double)
getCentre(): double
expandToInclude(Interval): Interval
intersects(Interval): boolean
equals(Object): boolean
Bottom
Source
Classic
org.locationtech.jts.index.strtree
Class Interval
Hierarchy:
Object
, Interval
public class Interval
A contiguous portion of 1D-space. Used internally by SIRtree.
See also:
SIRtree
Other
version: 1.7
public
Interval(
Interval
other)
public
Interval(double min, double max)
public
double getCentre()
public
Interval
expandToInclude(
Interval
other)
Returns:
this
public
boolean intersects(
Interval
other)
public
boolean equals(
Object
o)