STRtreeNode constructor

STRtreeNode(
  1. int level
)

Implementation

STRtreeNode(int level) : super.withLevel(level);