Uses of Class
org.apache.sis.internal.referencing.RTreeNode
Packages that use RTreeNode
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of RTreeNode in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return RTreeNodeModifier and TypeMethodDescriptionfinal RTreeNodeRTreeNode.finish()Finishes the construction of the tree.final RTreeNodeRTreeNode.getParent()Returns the parent of this node, ornullif none.static RTreeNodeReturns the node that contains the given position, ornullif none.Methods in org.apache.sis.internal.referencing that return types with arguments of type RTreeNodeModifier and TypeMethodDescriptionRTreeNode.getChildren()Returns the immediate children of this node, or an empty list if none.Methods in org.apache.sis.internal.referencing with parameters of type RTreeNodeModifier and TypeMethodDescriptionfinal voidAdds the given node to the tree having this node as the root.static RTreeNodeReturns the node that contains the given position, ornullif none.static voidExecutes the given action on the given node, all its children and all its siblings.Method parameters in org.apache.sis.internal.referencing with type arguments of type RTreeNode