Revision 47652 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.csv/src/main/resources/org/gvsig/fmap/dal/store/gml/GMLParameters.xml

View differences:

GMLParameters.xml
41 41
                <field name="header" type="string" mandatory="false" defaultValue="" group="Advanced">
42 42
                    <description>The header or empty if parsed automatically</description>
43 43
                </field>
44
                <field name="skipLines" label="Number of lines to skip" type="integer" mandatory="false" defaultValue="0" group="Advanced">
45
                    <description>The number of lines to skip at begin of file</description>
46
                </field>
47 44
                <field name="fieldsDefinition" label="Fields definition" type="string" mandatory="false" defaultValue="" group="Advanced">
48 45
                    <description>If set use this to define fields of fixed length instead of use a separator.\nThe format is a list of values separateds by spaces of the form N:M\nwhere N is the position of the first character of field, and M the last.\nCan accept N: to use form the N character to the end of line.</description>
49 46
                </field>
......
59 56
                <field name="limit" type="integer" mandatory="false" defaultValue="-1" group="Advanced">
60 57
                    <description>Limit the number of record to load of GML file.</description>
61 58
                </field>
59
                <field name="geometryCombineMode" label="_Geometry_combine_mode" type="integer" mandatory="false" defaultValue="0" group="Geometry">
60
                    <description>Combine mode for geometries</description>
61
                    <availableValues>
62
                        <value label="None">0</value>
63
                        <value label="Use first not null geometry field">1</value>
64
                    </availableValues>          
65
                </field>
62 66
            </fields>
63 67
        </class>
64 68
    </classes>

Also available in: Unified diff