Revision 42811 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.shp/src/main/resources/org/gvsig/fmap/dal/store/shp/SHPParameters.xml

View differences:

SHPParameters.xml
38 38
            <description>Store the parameters need to open a shp file
39 39
            </description>
40 40
            <fields>
41
                <field name="dbfFile" type="file" mandatory="false" group="Advanced">
42
                    <description>dbf file</description>
43
                </field>
44
                <field name="shxFile" type="file" mandatory="false" group="Advanced">
45
                    <description>The shx file associated to this shape file
46
                    </description>
47
                </field>
48 41
                <field name="shpFile" type="file" mandatory="true" group="Basic">
49 42
                    <description>The shp file associated to this shape file
50 43
                    </description>
......
53 46
                    <description>The coordinate reference system used in this shape
54 47
                        file</description>
55 48
                </field>
56
                <field name="useNullGeometry" label="Use NullGeometry instead of null" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
49

  
50

  
51
                <field order="5" name="dbfFile" type="file" mandatory="false" group="Advanced">
52
                    <description>dbf file</description>
53
                </field>
54
                <field order="6" name="shxFile" type="file" mandatory="false" group="Advanced">
55
                    <description>The shx file associated to this shape file
56
                    </description>
57
                </field>
58
                
59
                <field order="200" name="useNullGeometry" label="Use NullGeometry instead of null" type="boolean" group="Advanced" hidden="true" mandatory="false" defaultValue="false">
57 60
                    <description>If set, use NullGeometry object instead a null value</description>
58 61
                </field>
59
                <field name="allowInconsistenciesInGeometryType" label="Allow inconsistencies in geometry type" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
62
                <field order="210" name="allowInconsistenciesInGeometryType" label="Allow inconsistencies in geometry type" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
60 63
                    <description>If set, attempts to load the geometry but does not match the type of shape file.</description>
61 64
                </field>
62
                <field name="loadCorruptGeometriesAsNull" label="Load corrupt geometries as null" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
65
                <field order="220" name="loadCorruptGeometriesAsNull" label="Load corrupt geometries as null" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
63 66
                    <description>If set, load geometries that have inconsistencies as null and not fails.</description>
64 67
                </field>
68
                <field order="230" name="fixLinearRings" label="Fix LinearRings" type="boolean" mandatory="false" group="Advanced" defaultValue="false">
69
                    <description>If set, fix LinearRings to minimum four vertices duplicating last vertex.</description>
70
                </field>
65 71
            </fields>
66 72
        </class>
67 73

  

Also available in: Unified diff