Uses of Interface
org.apache.sis.index.tree.PointTree.Locator
Packages that use PointTree.Locator
-
Uses of PointTree.Locator in org.apache.sis.index.tree
Fields in org.apache.sis.index.tree declared as PointTree.LocatorModifier and TypeFieldDescriptionprivate final PointTree.Locator<? super E>
NodeIterator.locator
The function computing a position for an arbitrary element of the tree.(package private) final PointTree.Locator<? super E>
PointTree.locator
Function computing the position of any element in this tree.Constructors in org.apache.sis.index.tree with parameters of type PointTree.LocatorModifierConstructorDescriptionPointTree
(Class<E> elementType, org.opengis.geometry.Envelope bounds, PointTree.Locator<? super E> locator, int nodeCapacity, boolean parallel) Creates an initially empty k-dimensional tree with the given capacity for each node.