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
NavigationalMetaData
with a map to store the parameters (FID
andPFN
) - added
NavigationalMetaDataTool
which atMetaDataStop
incident writesFID
andPFN
of the output file - enabled reading of
FID
andPFN
fromNavigationalMetaData
when openingDbDatabase
inpool::READ
mode (this relies on##Links
)
Edited by Maciej Pawel Szymanski