Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.dal / org.gvsig.fmap.dal.tilecache / org.gvsig.fmap.dal.tilecache.raster / src / main / resources / org / gvsig / raster / tilecache / provider / TileCacheParameters.xml @ 43803

History | View | Annotate | Download (1.27 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5
    <class name="TileCacheStoreProviderParameters">
6
       <extends>
7
              <class namespace="dal" name="ProviderParameters"/>
8
      </extends>
9
      <description>Store the parameters need to open a tile cache file</description>
10
      <fields>
11
        <field name="rootFolder" type="folder" mandatory="true" group="Basic">
12
          <description>Path to the default folder where gvSig stores the cache.</description>
13
        </field>
14
        <field name="folder" type="folder" mandatory="false" group="Basic">
15
          <description>Path to an alternative folder where to save the cache. If this path is assigned, the rootFolder field will be ignored.</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

    
23
    <class name="MemoryTileCacheStoreProviderParameters">
24
       <extends>
25
        <class namespace="dal" name="ProviderParameters"/>
26
      </extends>
27
      <description>Store the parameters need to open a memory tile cache</description>
28
      <fields>
29
      </fields>
30
    </class>
31

    
32
  </classes>
33
</definitions>