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 classDefault implementation ofPointTreeNodewhen no specialized class is available.(package private) final classA node in a two-dimensionalPointTreewhich is the parent of other nodes.Fields in org.apache.sis.index.tree declared as PointTreeNodeModifier and TypeFieldDescription(package private) PointTreeNodeNodeIterator.Cursor.nodeThe node for which to iterate over elements.(package private) final PointTreeNodePointTree.rootThe root node of this k-dimensional tree.Methods in org.apache.sis.index.tree that return PointTreeNodeModifier and TypeMethodDescription(package private) final PointTreeNodePointTreeNode.Default.newInstance()Creates a new instance of the same class than this node.(package private) abstract PointTreeNodePointTreeNode.newInstance()Creates a new instance of the same class than this node.(package private) final PointTreeNodeQuadTreeNode.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 booleanPointTree.insert(PointTreeNode parent, double[] region, E element, double[] point) Inserts the specified data into the given node.