JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.sis.index.tree.PointTree
Packages that use
PointTree
Package
Description
org.apache.sis.index.tree
A simple
k
-dimensional point tree implementation.
Uses of
PointTree
in
org.apache.sis.index.tree
Constructors in
org.apache.sis.index.tree
with parameters of type
PointTree
Modifier
Constructor
Description
PointTree
(
PointTree
<
E
> other)
Creates a new tree initialized to a copy of the given tree.