public QuadTreeNode(QuadTree root, int depth, GeographicBounds bounds) { Root = root; Depth = depth; GeographicBounds = bounds; }