Statistics
| Revision:

gvsig-gdal / trunk / org.gvsig.gdal / org.gvsig.gdal.prov / org.gvsig.gdal.prov.ogr / src / main / resources / org / gvsig / gdal / prov / ogr / OGRDataStoreParameters.xml @ 209

History | View | Annotate | Download (1.26 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
        <version>1.0.0</version>
4
        <classes>
5
                <class name="OGRDataStoreParameters">
6
                        <extends>
7
                                <class namespace="dal" name="ProviderParameters" />
8
                        </extends>
9
                        <description>Store the parameters needed to open OGR stores
10
                        </description>
11
                        <fields>
12
                                <field name="CRS" type="crs" mandatory="false" group="Basic">
13
                                        <description>Coordinate reference system used</description>
14
                                </field>
15
                                <field name="file" type="file" mandatory="false" group="Basic">
16
                                        <description>Resource file</description>
17
                                </field>
18
                                <field name="connectionString" type="string" mandatory="false"
19
                                        group="Basic">
20
                                        <description>Connection string to open data source</description>
21
                                </field>
22
                                <field name="layerName" type="string" mandatory="false" group="Basic">
23
                                        <description>Layer name of data source</description>
24
                                </field>
25
                                <field name="defaultGeometryField" type="string" mandatory="false"
26
                                        group="Basic">
27
                                        <description>Name of default geometry field</description>
28
                                </field>
29
        <field name="ignoreSpatialFilter" type="boolean" mandatory="false"
30
          group="Advanced" defaultValue="true">
31
          <description>Ignore spatial filter</description>
32
        </field>
33
                        </fields>
34
                </class>
35
        </classes>
36
</definitions>