STRtree constructor

STRtree()

Constructs an STRtree with the default node capacity.

Implementation

STRtree() : this.withCapacity(DEFAULT_NODE_CAPACITY);