Package org.apache.sis.index.tree
package org.apache.sis.index.tree
A simple k-dimensional point tree implementation.
Future development
Current implementation stores only points. We do not yet provide "region QuadTree" or R-Tree for storing rectangles. A future Apache SIS may add such index in this package.- Since:
- 1.1
- Version:
- 1.1
-
ClassDescriptionNodeIterator<E>An iterator over the elements contained in a
PointTreeNode.A provider for arrays of elements of child nodes contained in aPointTreeNode.PointTree<E>A k-dimensional tree index for points.Provides the coordinates of any element stored inPointTree.A node in aPointTreewhich is the parent of other nodes.Default implementation ofPointTreeNodewhen no specialized class is available.A node in a two-dimensionalPointTreewhich is the parent of other nodes.