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 RTreeNodeRTreeNode.firstChildThe first node fully included in this code, ornullif none.private RTreeNodeRTreeNode.parentThe parent, ornullif none.private RTreeNodeRTreeNode.siblingThe next node having the same parent than this node.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 TypeMethodDescriptionvoidInvoked for each node of the tree.final voidAdds the given node to the tree having this node as the root.static RTreeNodeReturns the node that contains the given position, ornullif none.private booleanRTreeNode.tryAddChild(RTreeNode candidate) Tries to add a child.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 -
Uses of RTreeNode in org.apache.sis.referencing.operation.transform
Subclasses of RTreeNode in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprivate static final classThe region where a transform is valid, together with the transform.Fields in org.apache.sis.referencing.operation.transform declared as RTreeNode