CARIS HIPS and SIPS Help : Support Files Guide : Mapping : Mapping File Structure : Parameters
 

Parameters

Parameters are contained between the <Parameters> tags. This section is optional and can contain one or more mapping parameters.

Currently two options are available :

Tag

Description

Status

<UngroupSoundings>

The <UngroupSoundings> tag will dissolve all sounding groups in the data to their individual soundings. This is useful for converting to formats that do not support sounding groups.

Optional

<ConvertTextStringsUsingCurrentLocale>

The <Entry> tag will use the current locale when converting the text feature's values to a number.

This is useful for comparing text attributes using the <TextValueIs...> functions, if the current locale was used when creating text strings that represent numbers.

If this parameter is not given, the current locale will not be used (a '.' will be assumed for the decimal separator).

Optional

Parameters example

<Parameters>

  <UngroupSoundings/>

  <ConvertTextStringsUsingCurrentLocale/>

</Parameters>