Uses of Interface
org.apache.sis.index.tree.QuadTreeData
-
Packages that use QuadTreeData Package Description org.apache.sis.index.tree A simple quadtree implementation. -
-
Uses of QuadTreeData in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree that return types with arguments of type QuadTreeData Modifier and Type Method Description List<QuadTreeData>
QuadTree. queryByBoundingBox(Envelope2D searchRegion)
Performs bounding box search.List<QuadTreeData>
QuadTree. queryByPointRadius(DirectPosition2D point, double radiusKM)
Performs point radius search.Methods in org.apache.sis.index.tree with parameters of type QuadTreeData Modifier and Type Method Description boolean
QuadTree. insert(QuadTreeData data)
Inserts the specified data into the quad tree.
-