Uses of Class
com.vividsolutions.jts.index.strtree.Interval

Packages that use Interval
com.vividsolutions.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 com.vividsolutions.jts.index.strtree
 

Methods in com.vividsolutions.jts.index.strtree that return Interval
 Interval Interval.expandToInclude(Interval other)
           
 

Methods in com.vividsolutions.jts.index.strtree with parameters of type Interval
 Interval Interval.expandToInclude(Interval other)
           
 boolean Interval.intersects(Interval other)
           
 

Constructors in com.vividsolutions.jts.index.strtree with parameters of type Interval
Interval(Interval other)
           
 



Copyright © 2012. All Rights Reserved.