The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



WriteRawCalDataToOpenXMLFile


Unit:SDL_geomap
Class: none
Declaration: procedure WriteRawCalDataToOpenXMLFile (var OutFile : TextFile; CreateHeader: boolean; DataID: string; CalData: TCalibData; CalibModel: TCalibModel);

The procedure WriteRawCalDataToOpenXMLFile writes the calibration data CalData to the open text file OutFile using XML syntax. If the parameter CreateHeader is TRUE a minimum XML header is generated. CreateHeader should be set to a FALSE value if the map data is to be appended to an existing XML file. The parameter CalibModel specifies the type of calibration model used.

The parameter DataID holds a unique identifier which is stored as the attribute "id " of the <geomap> tag.

Hint 1: For further information on the XML tags used by WriteRawCalDataToOpenXMLFile, see the description of the method WriteCalDataToOpenXMLFile.

Hint 2: The difference between WriteRawCalDataToOpenXMLFile and WriteCalDataToOpenXMLFile lies in the fact that WriteRawCalDataToOpenXMLFile does not recalculate the extents and resolution of the map, neither does it adjust the map file name - it simply write the data contained in CalData to the file OutFile.



Last Update: 2023-Feb-06