Uses of Class
org.locationtech.jts.index.strtree.Interval
-
Packages that use Interval Package Description org.locationtech.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree. -
-
Uses of Interval in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree that return Interval Modifier and Type Method Description Interval
Interval. expandToInclude(Interval other)
Methods in org.locationtech.jts.index.strtree with parameters of type Interval Modifier and Type Method Description Interval
Interval. expandToInclude(Interval other)
boolean
Interval. intersects(Interval other)
Constructors in org.locationtech.jts.index.strtree with parameters of type Interval Constructor Description Interval(Interval other)
-