Revision 75 org.gvsig.dgn/trunk/org.gvsig.dgn/org.gvsig.dgn.provider/src/main/resources/org/gvsig/fmap/dal/store/dgn/DGNParameters.xml

View differences:

DGNParameters.xml
39 39
          <description>Apply convex hull to the grouped geometries.Don't take effect if do not group.</description>
40 40
        </field>
41 41

  
42
        <!-- Advanced -->
43
        <field name="useZAsElevation" label="Use Z as elevation" type="Boolean" defaultValue="false" mandatory="false" group="Advanced">
44
          <description>If set, use the Z value to fill the field elevation.</description>
45
        </field>
46
        <field name="elevationFactor" label="Elevation factor" type="Double" defaultValue="1" mandatory="false" group="Advanced">
47
          <description>Factor to apply to elevation when is retrived from the Z coordinate.</description>
48
        </field>
49
        <field name="roundElevation" label="Round elevation" type="Boolean" defaultValue="false" mandatory="false" group="Advanced">
50
          <description>If set, round the elevation to a integer value. This only apply when get elevation from the coordinete Z.</description>
51
        </field>
52

  
53

  
42 54
        <!-- Filter -->
43 55
        <field name="levelFilter" label="Level" group="Filter" type="String" defaultValue="" mandatory="false">
44
          <description>If specified load only elements with this level</description>
56
          <description>If specified load only elements with this level. Can use regular expresion to specify the filter.</description>
45 57
        </field>
46 58
        <field name="colorFilter" label="Color" group="Filter" type="String" defaultValue="" mandatory="false">
47
          <description>If specified load only elements with this color</description>
59
          <description>If specified load only elements with this color. Can use regular expresion to specify the filter.</description>
48 60
        </field>
49 61
        <field name="styleFilter" label="Style" group="Filter" type="String" defaultValue="" mandatory="false">
50
          <description>If specified load only elements with this style</description>
62
          <description>If specified load only elements with this style. Can use regular expresion to specify the filter.</description>
51 63
        </field>
52 64
        <field name="weightFilter" label="Weight" group="Filter" type="String" defaultValue="" mandatory="false">
53
          <description>If specified load only elements with this weight</description>
65
          <description>If specified load only elements with this weight. Can use regular expresion to specify the filter.</description>
54 66
        </field>
55 67
        <field name="typeFilter" label="Type" group="Filter" type="String" defaultValue="" mandatory="false">
56 68
          <description>If specified load only elements with this type</description>
......
103 115
        <field name="XMLFile" label="Output XML file" type="file" group="Debug" mandatory="false">
104 116
          <description>Generate XML file with DGN dump in this file</description>
105 117
        </field>
118
        <!--
106 119
        <field name="debugOptions" label="Debug options" type="String" group="Debug" mandatory="false">
107 120
          <description></description>
108 121
        </field>
122
        -->
109 123
        <field name="logErrors" label="log errors" group="Debug" type="Boolean" defaultValue="false" mandatory="false">
110 124
          <description>If checked the log of errors are enabled</description>
111 125
        </field>

Also available in: Unified diff