MCPcopy Create free account
hub / github.com/dhale/jtk / addPacked

Method addPacked

core/src/main/java/edu/mines/jtk/util/RTree.java:326–349  ·  view source on GitHub ↗

Adds the specified objects to this tree, if not already present. This method packs the objects, which means that it adds them in a special order. The goal is to reduce (1) the cost of building the R-tree, (2) the cost of subsequent queries, and (3) the memory consumed by the R-tree. However, dependi

(Object[] objects)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

xtestTriangleMethod · 0.95

Calls 5

addMethod · 0.95
quickIndexSortMethod · 0.80
getBoundsMethod · 0.65
ceilMethod · 0.45
powMethod · 0.45

Tested by 1

xtestTriangleMethod · 0.76