throw new Exception("! this._nodPointsets.init()");
DefaultTreeModel dtm = (DefaultTreeModel) super.getModel();
dtm.insertNodeInto(this._nodPointsets, nodRoot, 0);
dtm.insertNodeInto(this._nodPlacemarks, nodRoot, 0);
dtm.insertNodeInto(this._nodPoints, nodRoot, 0);
dtm.insertNodeInto(this._nodSegmentWiseYes, nodRoot, 0);
dtm.insertNodeInto(this._nodPaths, nodRoot, 0);
dtm.insertNodeInto(this._nodAreas, nodRoot, 0);
dtm.insertNodeInto(this._nodSectors, nodRoot, 0);
dtm.nodeStructureChanged(nodRoot);