public interface Selector
| Modifier and Type | Method and Description |
|---|---|
<T,S extends Geometry> |
select(Geometry g,
List<? extends Node<T,S>> nodes)
Returns the node from a list of nodes that an object with the given
geometry would be added to.
|
<T,S extends Geometry> Node<T,S> select(Geometry g, List<? extends Node<T,S>> nodes)
T - type of value of entry in treeS - type of geometry of entry in treeg - geometrynodes - nodes to select fromCopyright © 2013–2023. All rights reserved.