Draft: Add NavigationalMetaData object that could replace ##Params container
This MR is an exploration of the potential replacement of ##Params (and potentially other POOL containers) with NavigationalMetaData object.
For now, I've done the following (see the commits):
- added
NavigationalMetaDatawith a map to store the parameters (FIDandPFN) - added
NavigationalMetaDataToolwhich atMetaDataStopincident writesFIDandPFNof the output file - enabled reading of
FIDandPFNfromNavigationalMetaDatawhen openingDbDatabaseinpool::READmode (this relies on##Links)
Edited by Maciej Pawel Szymanski