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