Setup file

Previous Top Next

Setup file is applied to loading several files of one type (equally created) MIF/MID with identical settings of a classification code and attributive data. Having set up parameters of loading once, save them into the setup file, having pressed Save button, and at repeated processing files MIF/MID of this type, choose a corresponding file of settings, having specified a path to the setup file.

You can create the setup file yourself by means of the usual text editor. The file of setup has INI extension.

 

The structure of setup file looks like:

.INI - the beginning of setup file, an obligatory field.  

.SCL <value> - description of a map scale, value - scale of a map. The field may be not specified.  

.OBJ <value> - description of the settings block of a classification code, value - number of lines in a file of this block. The block can be absent.  

.LIN <value> - element of the block .OBJ, describes linear objects. Value - a key of object.  

.SQR <value> - element of the block .OBJ, describes square objects. Value - a key of object.  

.PNT <value> - element of the block .OBJ, describes point objects. Value - a key of object.  

.TXT <value> - element of the block .OBJ, describes objects of type the title. Value - a key of object.  

 

<Value 1> <value 2> - an element of the block .OBJ, describes conformity of a field name in MIF/MID and a classification field in RSC. Value 1 - a name of a field in MIF/MID, value 2 - an attribute of representation of a classification code in MIF/MID, 0 - a classification code, 1 - a key of object.  

.SEM <value> - description of the  settings block of attributive data for loading into a map, value - number of lines in a file of this block.

The block can be absent.  

<Value 1> <value 2> - an element of the block .SEM, describes conformity of a field name in MIF/MID and a key of the semantic characteristic in RSC.         Value 1 - a name of a field in MIF/MID, value 2 - a key of the corresponding characteristic in RSC.  

.BAZ <value> - description of the settings block of attributive data for creation of a database, value - number of lines in a file of this block.

The block can be absent.  

<Value> - an element of the block .BAZ, describes names of a field in MIF/MID which will be created in a database. Value - a name of these fields.  

.END - the end of setup file, an obligatory field.