AbstractSTRtree constructor

AbstractSTRtree()

Constructs an AbstractSTRtree with the default node capacity.

Implementation

AbstractSTRtree() : this.withCapacity(DEFAULT_NODE_CAPACITY);