JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
New
Deprecated
Index
Search
Help
org.apache.sis.feature
org.apache.sis.index.tree
PointTree
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.