getMapFileInfo method
MapFileInfo
getMapFileInfo()
@return the metadata for the current map file. Make sure lateOpen
is
already executed
Implementation
MapFileInfo getMapFileInfo() {
return this._mapFileHeader.getMapFileInfo();
}