Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.wmts / org.gvsig.wmts.provider / src / main / resources / org / gvsig / wmts / provider / WMTSRasterParameters.xml @ 8700

History | View | Annotate | Download (2.63 KB)

1
<?xml version="1.0"?>
2
<definitions>
3
  <version>1.0.0</version>
4
  <classes>
5

    
6
    <class name="WMTSRasterProviderParameters">
7
       <extends>
8
        <class namespace="dal" name="ProviderParameters"/>
9
      </extends>
10
      <description>Store the parameters need to open WMTS</description>
11
      <fields>
12

    
13
        <field name="service" type="url" mandatory="true" group="Basic">
14
          <description>WMTS service</description>
15
        </field>
16

    
17
        <field name="layer" type="string" mandatory="true" group="Basic">
18
          <description>Server's layer
19
          </description>
20
        </field>
21

    
22
<!--         <field name="styles" type="List" subtype="String"
23
          mandatory="false" defaultValue="" group="Service">
24
          <description>Styles of server's layer list</description>
25
          <tags>
26
            <value name="ViewMode" value="SimpleTable" />
27
          </tags>
28
        </field>
29
 -->
30
        <field name="style" type="string" mandatory="false" group="Basic">
31
          <description>Style of server's layer
32
          </description>
33
        </field>
34

    
35
        <field name="format" type="string" mandatory="false" group="Basic">
36
          <description>Image format to be downloaded
37
          </description>
38
        </field>
39

    
40
        <field name="crs" type="crs" mandatory="true" group="Basic">
41
          <description>The coordinate reference system used in GoogleMaps</description>
42
        </field>
43

    
44
        <field name="info_format" type="string" mandatory="false" group="Basic">
45
          <description>Image format to be downloaded
46
          </description>
47
        </field>
48

    
49
        <field name="forcechangeaxisorder" type="boolean" mandatory="false" group="Basic">
50
          <description>Force change axis order</description>
51
        </field>
52

    
53
        <field name="transparency" type="boolean" mandatory="false" group="Basic">
54
          <description>Background transparency</description>
55
        </field>
56

    
57
<!--         <field name="dimensions" type="List" subtype="String"
58
          mandatory="false" defaultValue="" group="Service">
59
          <description>Dimensions</description>
60
          <tags>
61
            <value name="ViewMode" value="SimpleTable" />
62
          </tags>
63
        </field> -->
64

    
65
      </fields>
66
    </class>
67

    
68

    
69
    <class name="WMTSRasterServerExplorerParameters">
70
       <extends>
71
        <class namespace="dal" name="ProviderParameters"/>
72
      </extends>
73
      <description>Store the parameters need to open WMTS</description>
74
      <fields>
75

    
76
        <field name="service" type="url" mandatory="true" group="Basic">
77
          <description>WMTS host server</description>
78
        </field>
79

    
80
      </fields>
81
    </class>
82

    
83
  </classes>
84
</definitions>