Revision 37809 branches/v2_0_0_prep/libraries/libFMap_dalfile/resources/shp/org/gvsig/fmap/dal/store/shp/SHPParameters.xml

View differences:

SHPParameters.xml
10 10
			<description>Store the parameters need to open a shp file
11 11
			</description>
12 12
			<fields>
13
				<field name="dbfFile" type="file" mandatory="false">
13
				<field name="dbfFile" type="file" mandatory="false" group="Basic">
14 14
					<description>dbf file</description>
15 15
				</field>
16
				<field name="shxFile" type="file" mandatory="false">
16
				<field name="shxFile" type="file" mandatory="false" group="Basic">
17 17
					<description>The shx file associated to this shape file
18 18
					</description>
19 19
				</field>
20
				<field name="shpFile" type="file" mandatory="true">
20
				<field name="shpFile" type="file" mandatory="true" group="Basic">
21 21
					<description>The shp file associated to this shape file
22 22
					</description>
23 23
				</field>
24
				<field name="CRS" type="crs" mandatory="true">
24
				<field name="CRS" type="crs" mandatory="true" group="Basic">
25 25
					<description>The coordinate reference system used in this shape
26 26
						file</description>
27 27
				</field>
......
36 36
				<class>DBFNewStoreParameters</class>
37 37
			</extends>
38 38
			<fields>
39
				<field name="geometryType" type="integer" mandatory="true">
39
				<field name="geometryType" type="integer" mandatory="true" group="Basic">
40 40
					<description>Geometry type use Geometry.TYPES</description>
41 41
					<availableValues>
42 42
						<value label="POINT">1</value>

Also available in: Unified diff