Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster.wms2 / org.gvsig.raster.wms2.provider / src / main / resources / org / gvsig / raster / wms / provider / WMSRasterParameters.xml @ 8686

History | View | Annotate | Download (2.99 KB)

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

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

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

    
17
        <field name="override_capabilities" type="boolean" mandatory="false" defaultValue="false" group="Basic">
18
          <description>Overrides cached capabilities file</description>
19
        </field>
20

    
21
        <field name="layers" type="List" subtype="String"
22
          mandatory="false" defaultValue="" group="Service">
23
          <description>Server's layer list</description>
24
          <!-- <tags>
25
            <value name="ViewMode" value="SimpleTable" />
26
          </tags> -->
27
        </field>
28

    
29
        <field name="styles" type="List" subtype="String"
30
          mandatory="false" defaultValue="" group="Service">
31
          <description>Styles of server's layer list</description>
32
          <!-- <tags>
33
            <value name="ViewMode" value="SimpleTable" />
34
          </tags> -->
35
        </field>
36

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

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

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

    
51
        <field name="xyaxisorder" type="boolean" mandatory="false" group="Basic">
52
          <description>Assume xy axis order</description>
53
        </field>
54

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

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

    
67
      </fields>
68
    </class>
69

    
70

    
71
    <class name="WMS"><!-- RasterServerExplorerParameters"> -->
72
       <extends>
73
        <class namespace="dal" name="ProviderParameters"/>
74
      </extends>
75
      <description>Store the parameters need to open WMS</description>
76
      <fields>
77

    
78
        <field name="service" type="url" mandatory="true" group="Basic">
79
          <description>WMS host server</description>
80
        </field>
81

    
82
        <field name="override_capabilities" type="boolean" mandatory="false" defaultValue="false" group="Basic">
83
          <description>Overrides cached capabilities file</description>
84
        </field>
85

    
86
      </fields>
87
    </class>
88

    
89
  </classes>
90
</definitions>