public PlacementTree() { _map = new TrapezoidalMap(); }
internal void Finish() { // dereference map so it can be garbage collected _map = null; }