Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.dal / org.gvsig.fmap.dal.file / org.gvsig.fmap.dal.file.bsq / src / main / resources / org / gvsig / fmap / dal / file / bsq / BSQParameters.xml @ 43867

History | View | Annotate | Download (676 Bytes)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5
    <class name="BSQStoreProviderParameters">
6
       <extends>
7
              <class namespace="dal" name="ProviderParameters"/>
8
      </extends>
9
      <description>Store the parameters need to open a tiff file</description>
10
      <fields>
11
        <field name="file" type="file" mandatory="true" group="Basic">
12
          <description>tiff file</description>
13
        </field>
14
        <field name="crs" type="crs" mandatory="true" group="Basic">
15
          <description>The coordinate reference system used in this BSQ file</description>
16
        </field>
17
      </fields>
18
    </class>
19
  </classes>
20
</definitions>