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
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.