Uses of Class
org.apache.sis.index.tree.PointTreeNode
Packages that use PointTreeNode
-
Uses of PointTreeNode in org.apache.sis.index.tree
Subclasses of PointTreeNode in org.apache.sis.index.treeModifier and TypeClassDescription(package private) static final class
Default implementation ofPointTreeNode
when no specialized class is available.(package private) final class
A node in a two-dimensionalPointTree
which is the parent of other nodes.Fields in org.apache.sis.index.tree declared as PointTreeNodeModifier and TypeFieldDescription(package private) PointTreeNode
NodeIterator.Cursor.node
The node for which to iterate over elements.(package private) final PointTreeNode
PointTree.root
The root node of this k-dimensional tree.Methods in org.apache.sis.index.tree that return PointTreeNodeModifier and TypeMethodDescription(package private) final PointTreeNode
PointTreeNode.Default.newInstance()
Creates a new instance of the same class than this node.(package private) abstract PointTreeNode
PointTreeNode.newInstance()
Creates a new instance of the same class than this node.(package private) final PointTreeNode
QuadTreeNode.newInstance()
Creates a new instance of the same class than this node.Methods in org.apache.sis.index.tree with parameters of type PointTreeNodeModifier and TypeMethodDescriptionprivate boolean
PointTree.insert
(PointTreeNode parent, double[] region, E element, double[] point) Inserts the specified data into the given node.