JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.naviqore.utils.spatial.Location
Packages that use
Location
Package
Description
org.naviqore.utils.spatial.index
Uses of
Location
in
org.naviqore.utils.spatial.index
Classes in
org.naviqore.utils.spatial.index
with type parameters of type
Location
Modifier and Type
Class
Description
class
KDTree
<T extends
Location
<?>>
A k-dimensional tree (k-d tree) for fast, efficient proximity searches.
class
KDTreeBuilder
<T extends
Location
<?>>