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.jpg / src / main / resources / org / gvsig / fmap / dal / file / jpg / JPGParameters.xml @ 43803

History | View | Annotate | Download (879 Bytes)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5
    <class name="JPGStoreProviderParameters">
6
       <extends>
7
              <class namespace="dal" name="ProviderParameters"/>
8
      </extends>
9
      <description>Store the parameters need to open a png file</description>
10
      <fields>
11
        <field name="file" type="file" mandatory="true" group="Basic">
12
          <description>png file</description>
13
        </field>
14
        <field name="crs" type="crs" mandatory="true" group="Basic">
15
          <description>The coordinate reference system used in this jpg file</description>
16
        </field>
17
        <field name="wldParams" type="object" mandatory="false" group="Basic" classOfValue="java.util.List">
18
          <description>Info given by a wld file with geolocation</description>
19
        </field>
20
      </fields>
21
    </class>
22
  </classes>
23
</definitions>