Statistics
| Revision:

gvsig-projects-pool / org.gvsig.lidar.prov / org.gvsig.lidar.prov.common / src / main / resources / org / gvsig / lidar / prov / LASDataStoreParameters.xml @ 281

History | View | Annotate | Download (1.02 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
        <version>1.0.0</version>
4
        <classes>
5
                <class name="LASDataStoreParameters">
6
                        <extends>
7
                                <class namespace="dal" name="ProviderParameters" />
8
                        </extends>
9
                        <description>Parameters needed to open LAS stores
10
                        </description>
11
                        <fields>
12
                                <field name="CRS" type="crs" mandatory="true" group="Basic">
13
                                        <description>Coordinate reference system used</description>
14
                                </field>
15
                                <field name="file" type="file" mandatory="true" group="Basic">
16
                                        <description>LAS file</description>
17
                                </field>
18
                                <field name="thinningDivisor" type="integer" mandatory="false" group="Basic">
19
                                        <description>Loads only 1 of every n points (1/n), e.g. thinningDivisor=10 loads 10% of total points</description>
20
                                </field>
21
                                <field name="thinningResolution" type="double" mandatory="false" group="Advanced">
22
                                        <description>Loads n points per square map unit (e.g. 0.0001 points/m2 on a projected layer or 100 points/km2)</description>
23
                                </field>
24
                        </fields>
25
                </class>
26
        </classes>
27
</definitions>