Indoor Mapping Data Format (IMDF) Writer Parameters
Default Language
The IMDF format allows you to set the default language code on attribute names.
By default, this parameter is set to en.
The parameter uses the list of languages supported by the IMDF specification. This list can be found in /fme/install/plugins/imdf/language_codes.csv.
More Information about Language Properties
Coordinate Precision (Maximum Number of Fractional Digits)
The writer will use the value of this parameter to limit the number of decimal digits printed for each coordinate.
Valid values range from 1 to 15. The default value is 10, which gives sub-millimeter accuracy when writing WGS84 coordinates. A lower number of digits can dramatically reduce the size of the output file when writing out a large number of coordinates. However, care should be taken when using a lower value, as this reduced precision can cause loss or alteration of data.
This parameter only affects geometry coordinate values. It has no effect on attribute values that contain floating point numbers.