Uses of Class
org.apache.sis.internal.referencing.RTreeNode
Packages that use RTreeNode
Package
Description
A set of helper classes for the SIS implementation.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of RTreeNode in org.apache.sis.internal.referencing
Fields in org.apache.sis.internal.referencing declared as RTreeNodeModifier and TypeFieldDescriptionprivate RTreeNode
RTreeNode.firstChild
The first node fully included in this code, ornull
if none.private RTreeNode
RTreeNode.parent
The parent, ornull
if none.private RTreeNode
RTreeNode.sibling
The next node having the same parent than this node.Methods in org.apache.sis.internal.referencing that return RTreeNodeModifier and TypeMethodDescriptionfinal RTreeNode
RTreeNode.finish()
Finishes the construction of the tree.final RTreeNode
RTreeNode.getParent()
Returns the parent of this node, ornull
if none.static RTreeNode
Returns the node that contains the given position, ornull
if 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 TypeMethodDescriptionvoid
Invoked for each node of the tree.final void
Adds the given node to the tree having this node as the root.static RTreeNode
Returns the node that contains the given position, ornull
if none.private boolean
RTreeNode.tryAddChild
(RTreeNode candidate) Tries to add a child.static void
Executes 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 -
Uses of RTreeNode in org.apache.sis.referencing.operation.transform
Subclasses of RTreeNode in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprivate static final class
The region where a transform is valid, together with the transform.Fields in org.apache.sis.referencing.operation.transform declared as RTreeNode