Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster.bingmaps / org.gvsig.raster.bingmaps.provider / src / main / resources / org / gvsig / raster / bingmaps / provider / BingMapsRasterParameters.xml @ 8780

History | View | Annotate | Download (2.14 KB)

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

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

    
13
        <field name="mapType" type="string" mandatory="true" group="Basic">
14
          <description>Property given to BingMaps driver to indicate the map type
15
          </description>
16
          <availableValues>
17
            <value label="AERIAL">aerial</value>
18
            <value label="AERIALWITHLABELS">aerialwithlabels</value>
19
            <value label="ROAD">road</value>
20
          </availableValues>
21
        </field>
22
        <field name="hasApiKey" type="boolean" mandatory="true" group="Basic">
23
          <description>Indicates if an API Key must be used
24
          </description>
25
        </field>
26
        <field name="apiKey" type="string" mandatory="false" group="Basic">
27
          <description>Bing key to use its API
28
          </description>
29
        </field>
30
        <field name="language" type="string" mandatory="false" group="Basic">
31
          <description>Language to be shown in the map
32
          </description>
33
        </field>
34
        <!-- <field name="region" type="string" mandatory="false" group="Basic">
35
          <description>Regional politic restrictions to be shown in the map
36
          </description>
37
        </field>
38
        <field name="format" type="string" mandatory="false" group="Basic" defaultValue="png32">
39
          <description>Image format to be downloaded
40
          </description>
41
            <availableValues>
42
              <value label="png">png</value>
43
              <value label="png32">png32</value>
44
              <value label="gif">gif</value>
45
              <value label="jpg">jpg</value>
46
              <value label="jpg-baseline">jpg-baseline</value>
47
            </availableValues>
48
        </field> -->
49
        <field name="crs" type="crs" mandatory="true" group="Basic">
50
          <description>The coordinate reference system used in BingMaps</description>
51
        </field>
52
      </fields>
53
    </class>
54

    
55
  </classes>
56
</definitions>