Uses of Class
io.prestosql.geospatial.KdbTree
-
Packages that use KdbTree Package Description io.prestosql.geospatial -
-
Uses of KdbTree in io.prestosql.geospatial
Methods in io.prestosql.geospatial that return KdbTree Modifier and Type Method Description static KdbTreeKdbTree. buildKdbTree(int maxItemsPerNode, Rectangle extent, java.util.List<Rectangle> items)static KdbTreeKdbTreeUtils. fromJson(java.lang.String json)Methods in io.prestosql.geospatial with parameters of type KdbTree Modifier and Type Method Description static java.lang.StringKdbTreeUtils. toJson(KdbTree kdbTree)
-