Uses of Class
io.trino.geospatial.Rectangle
-
Packages that use Rectangle Package Description io.trino.geospatial -
-
Uses of Rectangle in io.trino.geospatial
Methods in io.trino.geospatial that return Rectangle Modifier and Type Method Description RectangleKdbTree.Node. getExtent()RectangleRectangle. intersection(Rectangle other)RectangleRectangle. merge(Rectangle other)Methods in io.trino.geospatial that return types with arguments of type Rectangle Modifier and Type Method Description Map<Integer,Rectangle>KdbTree. findIntersectingLeaves(Rectangle envelope)Map<Integer,Rectangle>KdbTree. getLeaves()Methods in io.trino.geospatial with parameters of type Rectangle Modifier and Type Method Description static KdbTreeKdbTree. buildKdbTree(int maxItemsPerNode, Rectangle extent, List<Rectangle> items)Map<Integer,Rectangle>KdbTree. findIntersectingLeaves(Rectangle envelope)RectangleRectangle. intersection(Rectangle other)booleanRectangle. intersects(Rectangle other)RectangleRectangle. merge(Rectangle other)static KdbTree.NodeKdbTree.Node. newInternal(Rectangle extent, KdbTree.Node left, KdbTree.Node right)static KdbTree.NodeKdbTree.Node. newLeaf(Rectangle extent, int leafId)Method parameters in io.trino.geospatial with type arguments of type Rectangle Modifier and Type Method Description static KdbTreeKdbTree. buildKdbTree(int maxItemsPerNode, Rectangle extent, List<Rectangle> items)Constructors in io.trino.geospatial with parameters of type Rectangle Constructor Description Node(Rectangle extent, OptionalInt leafId, Optional<KdbTree.Node> left, Optional<KdbTree.Node> right)
-