Uses of Class
org.apache.sedona.core.spatialPartitioning.quadtree.QuadRectangle
Packages that use QuadRectangle
Package
Description
-
Uses of QuadRectangle in org.apache.sedona.core.spatialPartitioning
Method parameters in org.apache.sedona.core.spatialPartitioning with type arguments of type QuadRectangleModifier and TypeMethodDescriptiondoubleQuadTreeRTPartitioning.getMinimalEnvelopeWidth(List<QuadRectangle> partitionMBRs) This function is used to calculate the minimal envelope width of the partitioned MBRs.voidQuadTreeRTPartitioning.processPartitions(List<QuadRectangle> partitionMBRs, Map<Integer, List<org.locationtech.jts.geom.Envelope>> mbrs, int k, org.locationtech.jts.index.strtree.STRtree sampleTree, org.locationtech.jts.geom.GeometryFactory geometryFactory) -
Uses of QuadRectangle in org.apache.sedona.core.spatialPartitioning.quadtree
Methods in org.apache.sedona.core.spatialPartitioning.quadtree that return QuadRectangleModifier and TypeMethodDescriptionStandardQuadTree.getParentZone(int x, int y, int minLevel) StandardQuadTree.getZone()StandardQuadTree.getZone(int x, int y) Find the zone that fully contains this query pointMethods in org.apache.sedona.core.spatialPartitioning.quadtree that return types with arguments of type QuadRectangleModifier and TypeMethodDescriptionStandardQuadTree.findZones(QuadRectangle r) StandardQuadTree.getAllZones()Methods in org.apache.sedona.core.spatialPartitioning.quadtree with parameters of type QuadRectangleModifier and TypeMethodDescriptionbooleanQuadRectangle.contains(QuadRectangle r) StandardQuadTree.findZones(QuadRectangle r) StandardQuadTree.getElements(QuadRectangle r) voidStandardQuadTree.insert(QuadRectangle r, T element) Constructors in org.apache.sedona.core.spatialPartitioning.quadtree with parameters of type QuadRectangleModifierConstructorDescriptionStandardQuadTree(QuadRectangle definition, int level) StandardQuadTree(QuadRectangle definition, int level, int maxItemsPerZone, int maxLevel)