Revision 45264

View differences:

tags/org.gvsig.desktop-2.0.291/org.gvsig.desktop.compat.cdc/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3

  
4
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.desktop.compat.cdc</artifactId>
6
  <packaging>pom</packaging>
7
  <name>${project.artifactId}</name>
8
  <parent>
9
      <groupId>org.gvsig</groupId>
10
      <artifactId>org.gvsig.desktop</artifactId>
11
      <version>2.0.291</version>
12
  </parent>
13

  
14
  <build>
15
      <plugins>
16
    
17
      </plugins>
18
  </build>
19

  
20
  <modules>
21
      <module>org.gvsig.i18n</module>
22
      <module>org.gvsig.compat</module>
23
      <module>org.gvsig.projection</module>
24
      <module>org.gvsig.fmap.geometry</module>
25
      <module>org.gvsig.remoteclient</module>
26
      <module>org.gvsig.fmap.dal</module>
27
      <module>org.gvsig.fmap.mapcontext</module>
28
      <module>org.gvsig.metadata.basic</module>
29
      <module>org.gvsig.basicformats</module>
30
    </modules>
31

  
32
  <description>This project group the gvSIG libraries that haven java 1.4 compatibility.</description>
33
</project>
0 34

  
tags/org.gvsig.desktop-2.0.291/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
                      
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.remoteclient</artifactId>
7
  <packaging>jar</packaging>
8
  <name>${project.artifactId}</name>
9
  <parent>
10
    <groupId>org.gvsig</groupId>
11
    <artifactId>org.gvsig.desktop.compat.cdc</artifactId>
12
    <version>2.0.291</version>
13
  </parent>  
14
    
15
  <dependencies>
16
    <dependency>
17
      <groupId>org.gvsig</groupId>
18
        <artifactId>org.gvsig.tools.lib</artifactId>
19
        <scope>compile</scope>
20
      </dependency>
21
      <dependency>
22
        <groupId>org.gvsig</groupId>
23
        <artifactId>org.gvsig.compat.api</artifactId>
24
        <scope>compile</scope>
25
      </dependency>
26
      <dependency>
27
        <groupId>org.gvsig</groupId>
28
        <artifactId>org.gvsig.fmap.geometry.api</artifactId>
29
        <scope>compile</scope>
30
      </dependency>
31
      <dependency>
32
          <groupId>net.sf.kxml</groupId>
33
          <artifactId>kxml2</artifactId>
34
          <scope>compile</scope>
35
      </dependency>
36
      <dependency>
37
          <groupId>xmlpull</groupId>
38
          <artifactId>xmlpull</artifactId>
39
          <scope>compile</scope>
40
      </dependency>
41
    <dependency>
42
        <groupId>org.apache.commons</groupId>
43
        <artifactId>commons-lang3</artifactId>
44
        <scope>compile</scope>
45
    </dependency>
46
  </dependencies>
47

  
48
  <description>Contains utility clases to manage the access to remote data sources how WMS, WCS or WFS.</description>
49
</project>
0 50

  
tags/org.gvsig.desktop-2.0.291/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/resources/wcs/WCS-hypnosDescribeCoverage.xml
1
<?xml version='1.0' encoding="ISO-8859-1" ?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2013 gvSIG Association.
7

  
8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

  
13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

  
18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

  
23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

  
26
-->
27
<CoverageDescription
28
   version="1.0.0" 
29
   updateSequence="0" 
30
   xmlns="http://www.opengis.net/wcs" 
31
   xmlns:xlink="http://www.w3.org/1999/xlink" 
32
   xmlns:gml="http://www.opengis.net/gml" 
33
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
   xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengeospatial.net/wcs/1.0.0/describeCoverage.xsd">
35
  <CoverageOffering>
36
  <name>ndvi</name>
37
  <label>North Central US MODIS-based NDVI Images for 2002</label>
38
    <lonLatEnvelope srsName="WGS84(DD)">
39
      <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
40
      <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
41
    </lonLatEnvelope>
42
    <domainSet>
43
      <spatialDomain>
44
        <gml:Envelope srsName="WGS84(DD)">
45
          <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
46
          <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
47
        </gml:Envelope>
48
        <gml:Envelope srsName="EPSG:26915">
49
          <gml:pos>159707 4597895</gml:pos>
50
          <gml:pos>1400207 5501395</gml:pos>
51
        </gml:Envelope>
52
        <gml:RectifiedGrid dimension="2">
53
          <gml:limits>
54
            <gml:GridEnvelope>
55
              <gml:low>0 0</gml:low>
56
              <gml:high>2480 1806</gml:high>
57
            </gml:GridEnvelope>
58
          </gml:limits>
59
          <gml:axisName>x</gml:axisName>
60
          <gml:axisName>y</gml:axisName>
61
          <gml:origin>
62
            <gml:pos>159707 5501395</gml:pos>
63
          </gml:origin>
64
          <gml:offsetVector>500 0</gml:offsetVector>
65
          <gml:offsetVector>0 -500</gml:offsetVector>
66
        </gml:RectifiedGrid>
67
      </spatialDomain>
68
      <temporalDomain>
69
        <gml:timePosition>2002-001</gml:timePosition>
70
        <gml:timePosition>2002-033</gml:timePosition>
71
        <gml:timePosition>2002-049</gml:timePosition>
72
        <gml:timePosition>2002-065</gml:timePosition>
73
        <gml:timePosition>2002-081</gml:timePosition>
74
        <gml:timePosition>2002-097</gml:timePosition>
75
        <gml:timePosition>2002-113</gml:timePosition>
76
        <gml:timePosition>2002-129</gml:timePosition>
77
        <gml:timePosition>2002-145</gml:timePosition>
78
        <gml:timePosition>2002-161</gml:timePosition>
79
        <gml:timePosition>2002-177</gml:timePosition>
80
        <gml:timePosition>2002-193</gml:timePosition>
81
      </temporalDomain>
82
    </domainSet>
83
    <rangeSet>
84
      <RangeSet>
85
<!-- WARNING: Mandatory metadata '..._rangeset_name' was missing in this context. -->
86
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
87
      </RangeSet>
88
    </rangeSet>
89
    <supportedCRSs>
90
      <requestResponseCRSs>EPSG:26915 EPSG:2163 EPSG:4269 EPSG:4326</requestResponseCRSs>
91
      <nativeCRSs>EPSG:26915</nativeCRSs>
92
    </supportedCRSs>
93
    <supportedFormats nativeFormat="raw binary">
94
      <formats>GEOTIFF_INT16 HFA_INT16</formats>
95
    </supportedFormats>
96
  </CoverageOffering>
97
  <CoverageOffering>
98
  <name>fpar</name>
99
  <label>North Central US MODIS-based FPAR Images for 2002</label>
100
    <lonLatEnvelope srsName="WGS84(DD)">
101
      <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
102
      <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
103
    </lonLatEnvelope>
104
    <domainSet>
105
      <spatialDomain>
106
        <gml:Envelope srsName="WGS84(DD)">
107
          <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
108
          <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
109
        </gml:Envelope>
110
        <gml:Envelope srsName="EPSG:26915">
111
          <gml:pos>159707 4597895</gml:pos>
112
          <gml:pos>1400207 5501395</gml:pos>
113
        </gml:Envelope>
114
        <gml:RectifiedGrid dimension="2">
115
          <gml:limits>
116
            <gml:GridEnvelope>
117
              <gml:low>0 0</gml:low>
118
              <gml:high>1240 903</gml:high>
119
            </gml:GridEnvelope>
120
          </gml:limits>
121
          <gml:axisName>x</gml:axisName>
122
          <gml:axisName>y</gml:axisName>
123
          <gml:origin>
124
            <gml:pos>159707 5501395</gml:pos>
125
          </gml:origin>
126
          <gml:offsetVector>1000 0</gml:offsetVector>
127
          <gml:offsetVector>0 -1000</gml:offsetVector>
128
        </gml:RectifiedGrid>
129
      </spatialDomain>
130
      <temporalDomain>
131
        <gml:timePosition>2002-001</gml:timePosition>
132
        <gml:timePosition>2002-033</gml:timePosition>
133
        <gml:timePosition>2002-057</gml:timePosition>
134
        <gml:timePosition>2002-073</gml:timePosition>
135
        <gml:timePosition>2002-089</gml:timePosition>
136
        <gml:timePosition>2002-097</gml:timePosition>
137
        <gml:timePosition>2002-105</gml:timePosition>
138
        <gml:timePosition>2002-121</gml:timePosition>
139
        <gml:timePosition>2002-137</gml:timePosition>
140
        <gml:timePosition>2002-153</gml:timePosition>
141
        <gml:timePosition>2002-169</gml:timePosition>
142
        <gml:timePosition>2002-185</gml:timePosition>
143
        <gml:timePosition>2002-201</gml:timePosition>
144
      </temporalDomain>
145
    </domainSet>
146
    <rangeSet>
147
      <RangeSet>
148
        <name>rangeset name</name>
149
        <label>rangeset label</label>
150
      </RangeSet>
151
    </rangeSet>
152
    <supportedCRSs>
153
      <requestResponseCRSs>EPSG:26915 EPSG:2163 EPSG:4269 EPSG:4326</requestResponseCRSs>
154
      <nativeCRSs>EPSG:26915</nativeCRSs>
155
    </supportedCRSs>
156
    <supportedFormats nativeFormat="raw binary">
157
      <formats>GEOTIFF_INT16 HFA_INT16</formats>
158
    </supportedFormats>
159
  </CoverageOffering>
160
  <CoverageOffering>
161
  <name>modis</name>
162
  <label>North Central US MODIS Images for 2002</label>
163
    <lonLatEnvelope srsName="WGS84(DD)">
164
      <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
165
      <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
166
    </lonLatEnvelope>
167
    <domainSet>
168
      <spatialDomain>
169
        <gml:Envelope srsName="WGS84(DD)">
170
          <gml:pos>-97.7071758865421 41.0324719184183</gml:pos>
171
          <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
172
        </gml:Envelope>
173
        <gml:Envelope srsName="EPSG:26915">
174
          <gml:pos>159707 4597895</gml:pos>
175
          <gml:pos>1400207 5501395</gml:pos>
176
        </gml:Envelope>
177
        <gml:RectifiedGrid dimension="2">
178
          <gml:limits>
179
            <gml:GridEnvelope>
180
              <gml:low>0 0</gml:low>
181
              <gml:high>2480 1806</gml:high>
182
            </gml:GridEnvelope>
183
          </gml:limits>
184
          <gml:axisName>x</gml:axisName>
185
          <gml:axisName>y</gml:axisName>
186
          <gml:origin>
187
            <gml:pos>159707 5501395</gml:pos>
188
          </gml:origin>
189
          <gml:offsetVector>500 0</gml:offsetVector>
190
          <gml:offsetVector>0 -500</gml:offsetVector>
191
        </gml:RectifiedGrid>
192
      </spatialDomain>
193
      <temporalDomain>
194
        <gml:timePosition>2002-001</gml:timePosition>
195
        <gml:timePosition>2002-033</gml:timePosition>
196
        <gml:timePosition>2002-057</gml:timePosition>
197
        <gml:timePosition>2002-073</gml:timePosition>
198
        <gml:timePosition>2002-089</gml:timePosition>
199
        <gml:timePosition>2002-097</gml:timePosition>
200
        <gml:timePosition>2002-105</gml:timePosition>
201
        <gml:timePosition>2002-121</gml:timePosition>
202
        <gml:timePosition>2002-153</gml:timePosition>
203
        <gml:timePosition>2002-169</gml:timePosition>
204
        <gml:timePosition>2002-185</gml:timePosition>
205
        <gml:timePosition>2002-201</gml:timePosition>
206
      </temporalDomain>
207
    </domainSet>
208
    <rangeSet>
209
      <RangeSet>
210
        <name>rangeset name</name>
211
        <label>rangeset label</label>
212
        <axisDescription>
213
          <AxisDescription semantic="http://terrasip.gis.umn.edu/" refSys="UTM Zone 15N, NAD83">
214
            <name>bands</name>
215
            <label>MODIS Bands</label>
216
            <values>
217
              <singleValue>1</singleValue>
218
              <singleValue>2</singleValue>
219
              <singleValue>3</singleValue>
220
              <singleValue>4</singleValue>
221
              <singleValue>5</singleValue>
222
              <singleValue>6</singleValue>
223
              <singleValue>7</singleValue>
224
            </values>
225
          </AxisDescription>
226
        </axisDescription>
227
      </RangeSet>
228
    </rangeSet>
229
    <supportedCRSs>
230
      <requestResponseCRSs>EPSG:26915 EPSG:2163 EPSG:4269 EPSG:4326</requestResponseCRSs>
231
      <nativeCRSs>EPSG:26915</nativeCRSs>
232
    </supportedCRSs>
233
    <supportedFormats nativeFormat="raw binary">
234
      <formats>GEOTIFF_RGB HFA_RGB GEOTIFF_16BIT HFA_16BIT</formats>
235
    </supportedFormats>
236
  </CoverageOffering>
237
</CoverageDescription>
0 238

  
tags/org.gvsig.desktop-2.0.291/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/resources/wcs/WCS-ionicDescribeCoverage.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2013 gvSIG Association.
7

  
8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

  
13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

  
18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

  
23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

  
26
-->
27
<CoverageDescription version="1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/describeCoverage.xsd" xmlns="http://www.opengis.net/wcs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml">
28
    <CoverageOffering>
29
      <description>
30
      Coverage Data
31
      </description>
32
      <name>VNIR_Swath</name>
33
      <label>0 / VNIR_Swath</label>
34
      <lonLatEnvelope srsName="WGS84(DD)">
35
        <gml:pos>-87.052103 34.541414</gml:pos>
36
        <gml:pos>-86.310148 35.082561</gml:pos>
37
      </lonLatEnvelope>
38
      <domainSet>
39
        <spatialDomain>
40
          <gml:Envelope srsName="EPSG:4326">
41
            <gml:pos>-87.052103 34.541414</gml:pos>
42
            <gml:pos>-86.310148 35.082561</gml:pos>
43
          </gml:Envelope>
44
          <gml:RectifiedGrid dimension="2" srsName="EPSG:4326">
45
            <gml:limits>
46
              <gml:GridEnvelope>
47
                <gml:low>0 0</gml:low>
48
                <gml:high>4980 4200</gml:high>
49
              </gml:GridEnvelope>
50
            </gml:limits>
51
            <gml:axisName>X</gml:axisName>
52
            <gml:axisName>Y</gml:axisName>
53
            <gml:origin srsName="EPSG:4326">
54
              <gml:pos>-87.052103 35.082561</gml:pos>
55
            </gml:origin>
56
            <gml:offsetVector>1.5E-4 0</gml:offsetVector>
57
            <gml:offsetVector>0 -1.3E-4</gml:offsetVector>
58
          </gml:RectifiedGrid>
59
        </spatialDomain>
60
        <temporalDomain>
61
          <gml:timePosition>2003-06-08T16:36:15Z</gml:timePosition>
62
        </temporalDomain>
63
      </domainSet>
64
      <rangeSet>
65
        <RangeSet>
66
          <name>Range Set</name>
67
          <label>Range Set Description</label>
68
          <axisDescription>
69
            <AxisDescription>
70
              <name>Fields</name>
71
              <label>Field Sequence</label>
72
              <values>
73
                <singleValue>ImageData1</singleValue>
74
                <singleValue>ImageData2</singleValue>
75
                <singleValue>ImageData3N</singleValue>
76
                <singleValue>ImageData3B</singleValue>
77
              </values>
78
            </AxisDescription>
79
          </axisDescription>
80
          <axisDescription>
81
            <AxisDescription>
82
              <description>
83
              percent of area that is covered with clouds
84
              </description>
85
              <name>Cloud</name>
86
              <label>Percent of Cloud Cover</label>
87
              <values>
88
                <singleValue>3.0</singleValue>
89
              </values>
90
            </AxisDescription>
91
          </axisDescription>
92
          <nullValues>
93
            <singleValue>0</singleValue>
94
          </nullValues>
95
        </RangeSet>
96
      </rangeSet>
97
      <supportedCRSs>
98
        <requestResponseCRSs>EPSG:4326
99
        </requestResponseCRSs>
100
        <requestResponseCRSs>Image</requestResponseCRSs>
101
        <nativeCRSs>EPSG:4326</nativeCRSs>
102
      </supportedCRSs>
103
      <supportedFormats>
104
        <formats>GeoTIFF</formats>
105
        <formats>HDF-EOS</formats>
106
      </supportedFormats>
107
      <supportedInterpolations>
108
        <interpolationMethod>nearest neighbor</interpolationMethod>
109
        <interpolationMethod>bilinear</interpolationMethod>
110
        <interpolationMethod>bicubic</interpolationMethod>
111
      </supportedInterpolations>
112
    </CoverageOffering>
113
    <CoverageOffering>
114
      <description>
115
      Coverage Data
116
      </description>
117
      <name>SWIR_Swath</name>
118
      <label>1 / SWIR_Swath</label>
119
      <lonLatEnvelope srsName="WGS84(DD)">
120
        <gml:pos>-87.052048 34.541351</gml:pos>
121
        <gml:pos>-86.310093 35.082498</gml:pos>
122
      </lonLatEnvelope>
123
      <domainSet>
124
        <spatialDomain>
125
          <gml:Envelope srsName="EPSG:4326">
126
            <gml:pos>-87.052048 34.541351</gml:pos>
127
            <gml:pos>-86.310093 35.082498</gml:pos>
128
          </gml:Envelope>
129
          <gml:RectifiedGrid dimension="2" srsName="EPSG:4326">
130
            <gml:limits>
131
              <gml:GridEnvelope>
132
                <gml:low>0 0</gml:low>
133
                <gml:high>2490 2100</gml:high>
134
              </gml:GridEnvelope>
135
            </gml:limits>
136
            <gml:axisName>X</gml:axisName>
137
            <gml:axisName>Y</gml:axisName>
138
            <gml:origin srsName="EPSG:4326">
139
              <gml:pos>-87.052048 35.082498</gml:pos>
140
            </gml:origin>
141
            <gml:offsetVector>3.0E-4 0</gml:offsetVector>
142
            <gml:offsetVector>0 -2.6E-4</gml:offsetVector>
143
          </gml:RectifiedGrid>
144
        </spatialDomain>
145
        <temporalDomain>
146
          <gml:timePosition>2003-06-08T16:36:15Z</gml:timePosition>
147
        </temporalDomain>
148
      </domainSet>
149
      <rangeSet>
150
        <RangeSet>
151
          <name>Range Set</name>
152
          <label>Range Set Description</label>
153
          <axisDescription>
154
            <AxisDescription>
155
              <name>Fields</name>
156
              <label>Field Sequence</label>
157
              <values>
158
                <singleValue>ImageData4</singleValue>
159
                <singleValue>ImageData5</singleValue>
160
                <singleValue>ImageData6</singleValue>
161
                <singleValue>ImageData7</singleValue>
162
                <singleValue>ImageData8</singleValue>
163
                <singleValue>ImageData9</singleValue>
164
              </values>
165
            </AxisDescription>
166
          </axisDescription>
167
          <axisDescription>
168
            <AxisDescription>
169
              <description>
170
              percent of area that is covered with clouds
171
              </description>
172
              <name>Cloud</name>
173
              <label>Percent of Cloud Cover</label>
174
              <values>
175
                <singleValue>3.0</singleValue>
176
              </values>
177
            </AxisDescription>
178
          </axisDescription>
179
          <nullValues>
180
            <singleValue>0</singleValue>
181
          </nullValues>
182
        </RangeSet>
183
      </rangeSet>
184
      <supportedCRSs>
185
        <requestResponseCRSs>EPSG:4326
186
        </requestResponseCRSs>
187
        <requestResponseCRSs>Image</requestResponseCRSs>
188
        <nativeCRSs>EPSG:4326</nativeCRSs>
189
      </supportedCRSs>
190
      <supportedFormats>
191
        <formats>GeoTIFF</formats>
192
        <formats>HDF-EOS</formats>
193
      </supportedFormats>
194
      <supportedInterpolations>
195
        <interpolationMethod>nearest neighbor</interpolationMethod>
196
        <interpolationMethod>bilinear</interpolationMethod>
197
        <interpolationMethod>bicubic</interpolationMethod>
198
      </supportedInterpolations>
199
    </CoverageOffering>
200
    <CoverageOffering>
201
      <description>
202
      Coverage Data
203
      </description>
204
      <name>TIR_Swath</name>
205
      <label>2 / TIR_Swath</label>
206
      <lonLatEnvelope srsName="WGS84(DD)">
207
        <gml:pos>-87.051827 34.541099</gml:pos>
208
        <gml:pos>-86.309874 35.082247</gml:pos>
209
      </lonLatEnvelope>
210
      <domainSet>
211
        <spatialDomain>
212
          <gml:Envelope srsName="EPSG:4326">
213
            <gml:pos>-87.051827 34.541099</gml:pos>
214
            <gml:pos>-86.309874 35.082247</gml:pos>
215
          </gml:Envelope>
216
          <gml:RectifiedGrid dimension="2" srsName="EPSG:4326">
217
            <gml:limits>
218
              <gml:GridEnvelope>
219
                <gml:low>0 0</gml:low>
220
                <gml:high>830 700</gml:high>
221
              </gml:GridEnvelope>
222
            </gml:limits>
223
            <gml:axisName>X</gml:axisName>
224
            <gml:axisName>Y</gml:axisName>
225
            <gml:origin srsName="EPSG:4326">
226
              <gml:pos>-87.051827 35.082247</gml:pos>
227
            </gml:origin>
228
            <gml:offsetVector>8.9E-4 0</gml:offsetVector>
229
            <gml:offsetVector>0 -7.7E-4</gml:offsetVector>
230
          </gml:RectifiedGrid>
231
        </spatialDomain>
232
        <temporalDomain>
233
          <gml:timePosition>2003-06-08T16:36:15Z</gml:timePosition>
234
        </temporalDomain>
235
      </domainSet>
236
      <rangeSet>
237
        <RangeSet>
238
          <name>Range Set</name>
239
          <label>Range Set Description</label>
240
          <axisDescription>
241
            <AxisDescription>
242
              <name>Fields</name>
243
              <label>Field Sequence</label>
244
              <values>
245
                <singleValue>ImageData10</singleValue>
246
                <singleValue>ImageData11</singleValue>
247
                <singleValue>ImageData12</singleValue>
248
                <singleValue>ImageData13</singleValue>
249
                <singleValue>ImageData14</singleValue>
250
              </values>
251
            </AxisDescription>
252
          </axisDescription>
253
          <axisDescription>
254
            <AxisDescription>
255
              <description>
256
              percent of area that is covered with clouds
257
              </description>
258
              <name>Cloud</name>
259
              <label>Percent of Cloud Cover</label>
260
              <values>
261
                <singleValue>3.0</singleValue>
262
              </values>
263
            </AxisDescription>
264
          </axisDescription>
265
          <nullValues>
266
            <singleValue>0</singleValue>
267
          </nullValues>
268
        </RangeSet>
269
      </rangeSet>
270
      <supportedCRSs>
271
        <requestResponseCRSs>EPSG:4326
272
        </requestResponseCRSs>
273
        <requestResponseCRSs>Image</requestResponseCRSs>
274
        <nativeCRSs>EPSG:4326</nativeCRSs>
275
      </supportedCRSs>
276
      <supportedFormats>
277
        <formats>GeoTIFF</formats>
278
        <formats>HDF-EOS</formats>
279
      </supportedFormats>
280
      <supportedInterpolations>
281
        <interpolationMethod>nearest neighbor</interpolationMethod>
282
        <interpolationMethod>bilinear</interpolationMethod>
283
        <interpolationMethod>bicubic</interpolationMethod>
284
      </supportedInterpolations>
285
    </CoverageOffering>
286
  </CoverageDescription>
0 287

  
tags/org.gvsig.desktop-2.0.291/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/resources/wcs/WCS-simonCITCostasDescribeCoverage.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2013 gvSIG Association.
7

  
8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 3
11
    of the License, or (at your option) any later version.
12

  
13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

  
18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

  
23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

  
26
-->
27
<CoverageDescription version="1.0.0" updateSequence="0" xmlns="http://www.opengis.net/wcs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengeospatial.net/wcs/1.0.0/describeCoverage.xsd">
28
  <CoverageOffering>
29
  <description>Quickbird costas 2004</description>
30
  <name>Costas</name>
31
  <label>Costas</label>
32
    <lonLatEnvelope srsName="WGS84(DD)">
33
      <gml:pos>-0.769215668705582 37.8184338945691</gml:pos>
34
      <gml:pos>0.506868538627119 40.525456338613</gml:pos>
35
    </lonLatEnvelope>
36
    <domainSet>
37
      <spatialDomain>
38
        <gml:Envelope srsName="WGS84(DD)">
39
          <gml:pos>-0.769215668705582 37.8184338945691</gml:pos>
40
          <gml:pos>0.506868538627119 40.525456338613</gml:pos>
41
        </gml:Envelope>
42
        <gml:Envelope srsName="EPSG:23030">
43
          <gml:pos>696287.65 4191112.35</gml:pos>
44
          <gml:pos>797213.426521 4488737.845669</gml:pos>
45
        </gml:Envelope>
46
        <gml:RectifiedGrid dimension="2">
47
          <gml:limits>
48
            <gml:GridEnvelope>
49
              <gml:low>0 0</gml:low>
50
              <gml:high>144179 425177</gml:high>
51
            </gml:GridEnvelope>
52
          </gml:limits>
53
          <gml:axisName>x</gml:axisName>
54
          <gml:axisName>y</gml:axisName>
55
          <gml:origin>
56
            <gml:pos>696287.65 4488737.845669</gml:pos>
57
          </gml:origin>
58
          <gml:offsetVector>0.7 0</gml:offsetVector>
59
          <gml:offsetVector>0 -0.7</gml:offsetVector>
60
        </gml:RectifiedGrid>
61
      </spatialDomain>
62
    </domainSet>
63
    <rangeSet>
64
      <RangeSet>
65
        <name>bands</name>
66
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
67
        <axisDescription>
68
          <AxisDescription>
69
            <name>bands</name>
70
            <label>Bands/Channels/Samples</label>
71
            <values>
72
              <singleValue>1</singleValue>
73
              <singleValue>2</singleValue>
74
              <singleValue>3</singleValue>
75
            </values>
76
          </AxisDescription>
77
        </axisDescription>
78
      </RangeSet>
79
    </rangeSet>
80
    <supportedCRSs>
81
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
82
      <nativeCRSs>EPSG:23030</nativeCRSs>
83
    </supportedCRSs>
84
    <supportedFormats>
85
      <formats>GEOTIFF_INT16</formats>
86
    </supportedFormats>
87
  </CoverageOffering>
88
  <CoverageOffering>
89
  <name>orthop01_311104</name>
90
  <label>orthop01_311104</label>
91
    <lonLatEnvelope srsName="WGS84(DD)">
92
      <gml:pos>0.411953859600099 40.3952692250145</gml:pos>
93
      <gml:pos>0.506868538627582 40.498144970273</gml:pos>
94
    </lonLatEnvelope>
95
    <domainSet>
96
      <spatialDomain>
97
        <gml:Envelope srsName="WGS84(DD)">
98
          <gml:pos>0.411953859600099 40.3952692250145</gml:pos>
99
          <gml:pos>0.506868538627582 40.498144970273</gml:pos>
100
        </gml:Envelope>
101
        <gml:Envelope srsName="EPSG:23030">
102
          <gml:pos>789586.421644 4477596.64567</gml:pos>
103
          <gml:pos>797213.426521 4488737.84567</gml:pos>
104
        </gml:Envelope>
105
        <gml:RectifiedGrid dimension="2">
106
          <gml:limits>
107
            <gml:GridEnvelope>
108
              <gml:low>0 0</gml:low>
109
              <gml:high>10887 15914</gml:high>
110
            </gml:GridEnvelope>
111
          </gml:limits>
112
          <gml:axisName>x</gml:axisName>
113
          <gml:axisName>y</gml:axisName>
114
          <gml:origin>
115
            <gml:pos>789586.421644 4488737.84567</gml:pos>
116
          </gml:origin>
117
          <gml:offsetVector>0.700496406856 0</gml:offsetVector>
118
          <gml:offsetVector>0 -0.7</gml:offsetVector>
119
        </gml:RectifiedGrid>
120
      </spatialDomain>
121
    </domainSet>
122
    <rangeSet>
123
      <RangeSet>
124
        <name>bands</name>
125
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
126
        <axisDescription>
127
          <AxisDescription>
128
            <name>bands</name>
129
            <label>Bands/Channels/Samples</label>
130
            <values>
131
              <singleValue>1</singleValue>
132
              <singleValue>2</singleValue>
133
              <singleValue>3</singleValue>
134
            </values>
135
          </AxisDescription>
136
        </axisDescription>
137
      </RangeSet>
138
    </rangeSet>
139
    <supportedCRSs>
140
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
141
      <nativeCRSs>EPSG:23030</nativeCRSs>
142
    </supportedCRSs>
143
    <supportedFormats nativeFormat="ecw">
144
      <formats>GEOTIFF_INT16</formats>
145
    </supportedFormats>
146
  </CoverageOffering>
147
  <CoverageOffering>
148
  <name>orthop02_041004</name>
149
  <label>orthop02_041004</label>
150
    <lonLatEnvelope srsName="WGS84(DD)">
151
      <gml:pos>0.161142185520058 40.1342857176869</gml:pos>
152
      <gml:pos>0.292548896326785 40.2560681974345</gml:pos>
153
    </lonLatEnvelope>
154
    <domainSet>
155
      <spatialDomain>
156
        <gml:Envelope srsName="WGS84(DD)">
157
          <gml:pos>0.161142185520058 40.1342857176869</gml:pos>
158
          <gml:pos>0.292548896326785 40.2560681974345</gml:pos>
159
        </gml:Envelope>
160
        <gml:Envelope srsName="EPSG:23030">
161
          <gml:pos>769326.530394 4447918.95274</gml:pos>
162
          <gml:pos>780051.230394 4461067.75274</gml:pos>
163
        </gml:Envelope>
164
        <gml:RectifiedGrid dimension="2">
165
          <gml:limits>
166
            <gml:GridEnvelope>
167
              <gml:low>0 0</gml:low>
168
              <gml:high>15320 18782</gml:high>
169
            </gml:GridEnvelope>
170
          </gml:limits>
171
          <gml:axisName>x</gml:axisName>
172
          <gml:axisName>y</gml:axisName>
173
          <gml:origin>
174
            <gml:pos>769326.530394 4461067.75274</gml:pos>
175
          </gml:origin>
176
          <gml:offsetVector>0.7 0</gml:offsetVector>
177
          <gml:offsetVector>0 -0.7</gml:offsetVector>
178
        </gml:RectifiedGrid>
179
      </spatialDomain>
180
    </domainSet>
181
    <rangeSet>
182
      <RangeSet>
183
        <name>bands</name>
184
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
185
        <axisDescription>
186
          <AxisDescription>
187
            <name>bands</name>
188
            <label>Bands/Channels/Samples</label>
189
            <values>
190
              <singleValue>1</singleValue>
191
              <singleValue>2</singleValue>
192
              <singleValue>3</singleValue>
193
            </values>
194
          </AxisDescription>
195
        </axisDescription>
196
      </RangeSet>
197
    </rangeSet>
198
    <supportedCRSs>
199
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
200
      <nativeCRSs>EPSG:23030</nativeCRSs>
201
    </supportedCRSs>
202
    <supportedFormats nativeFormat="ecw">
203
      <formats>GEOTIFF_INT16</formats>
204
    </supportedFormats>
205
  </CoverageOffering>
206
  <CoverageOffering>
207
  <name>orthop03n_311004</name>
208
  <label>orthop03n_311004</label>
209
    <lonLatEnvelope srsName="WGS84(DD)">
210
      <gml:pos>0.147236128086632 40.111252474887</gml:pos>
211
      <gml:pos>0.209262927539442 40.1866363257871</gml:pos>
212
    </lonLatEnvelope>
213
    <domainSet>
214
      <spatialDomain>
215
        <gml:Envelope srsName="WGS84(DD)">
216
          <gml:pos>0.147236128086632 40.111252474887</gml:pos>
217
          <gml:pos>0.209262927539442 40.1866363257871</gml:pos>
218
        </gml:Envelope>
219
        <gml:Envelope srsName="EPSG:23030">
220
          <gml:pos>768239.61427 4445109.29255</gml:pos>
221
          <gml:pos>773240.41427 4453310.49255</gml:pos>
222
        </gml:Envelope>
223
        <gml:RectifiedGrid dimension="2">
224
          <gml:limits>
225
            <gml:GridEnvelope>
226
              <gml:low>0 0</gml:low>
227
              <gml:high>7143 11714</gml:high>
228
            </gml:GridEnvelope>
229
          </gml:limits>
230
          <gml:axisName>x</gml:axisName>
231
          <gml:axisName>y</gml:axisName>
232
          <gml:origin>
233
            <gml:pos>768239.61427 4453310.49255</gml:pos>
234
          </gml:origin>
235
          <gml:offsetVector>0.7 0</gml:offsetVector>
236
          <gml:offsetVector>0 -0.7</gml:offsetVector>
237
        </gml:RectifiedGrid>
238
      </spatialDomain>
239
    </domainSet>
240
    <rangeSet>
241
      <RangeSet>
242
        <name>bands</name>
243
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
244
        <axisDescription>
245
          <AxisDescription>
246
            <name>bands</name>
247
            <label>Bands/Channels/Samples</label>
248
            <values>
249
              <singleValue>1</singleValue>
250
              <singleValue>2</singleValue>
251
              <singleValue>3</singleValue>
252
            </values>
253
          </AxisDescription>
254
        </axisDescription>
255
      </RangeSet>
256
    </rangeSet>
257
    <supportedCRSs>
258
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
259
      <nativeCRSs>EPSG:23030</nativeCRSs>
260
    </supportedCRSs>
261
    <supportedFormats nativeFormat="ecw">
262
      <formats>GEOTIFF_INT16</formats>
263
    </supportedFormats>
264
  </CoverageOffering>
265
  <CoverageOffering>
266
  <name>orthop03s_311004_01</name>
267
  <label>orthop03s_311004_01</label>
268
    <lonLatEnvelope srsName="WGS84(DD)">
269
      <gml:pos>0.0872101105503621 40.0818258206747</gml:pos>
270
      <gml:pos>0.22114471507211 40.1932962005782</gml:pos>
271
    </lonLatEnvelope>
272
    <domainSet>
273
      <spatialDomain>
274
        <gml:Envelope srsName="WGS84(DD)">
275
          <gml:pos>0.0872101105503621 40.0818258206747</gml:pos>
276
          <gml:pos>0.22114471507211 40.1932962005782</gml:pos>
277
        </gml:Envelope>
278
        <gml:Envelope srsName="EPSG:23030">
279
          <gml:pos>763228.894619 4441873.68658</gml:pos>
280
          <gml:pos>774230.094619 4453874.48658</gml:pos>
281
        </gml:Envelope>
282
        <gml:RectifiedGrid dimension="2">
283
          <gml:limits>
284
            <gml:GridEnvelope>
285
              <gml:low>0 0</gml:low>
286
              <gml:high>15715 17142</gml:high>
287
            </gml:GridEnvelope>
288
          </gml:limits>
289
          <gml:axisName>x</gml:axisName>
290
          <gml:axisName>y</gml:axisName>
291
          <gml:origin>
292
            <gml:pos>763228.894619 4453874.48658</gml:pos>
293
          </gml:origin>
294
          <gml:offsetVector>0.7 0</gml:offsetVector>
295
          <gml:offsetVector>0 -0.7</gml:offsetVector>
296
        </gml:RectifiedGrid>
297
      </spatialDomain>
298
    </domainSet>
299
    <rangeSet>
300
      <RangeSet>
301
        <name>bands</name>
302
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
303
        <axisDescription>
304
          <AxisDescription>
305
            <name>bands</name>
306
            <label>Bands/Channels/Samples</label>
307
            <values>
308
              <singleValue>1</singleValue>
309
              <singleValue>2</singleValue>
310
              <singleValue>3</singleValue>
311
            </values>
312
          </AxisDescription>
313
        </axisDescription>
314
      </RangeSet>
315
    </rangeSet>
316
    <supportedCRSs>
317
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
318
      <nativeCRSs>EPSG:23030</nativeCRSs>
319
    </supportedCRSs>
320
    <supportedFormats nativeFormat="ecw">
321
      <formats>GEOTIFF_INT16</formats>
322
    </supportedFormats>
323
  </CoverageOffering>
324
  <CoverageOffering>
325
  <name>orthop03s_311004_02</name>
326
  <label>orthop03s_311004_02</label>
327
    <lonLatEnvelope srsName="WGS84(DD)">
328
      <gml:pos>0.030134915894617 40.0087916305901</gml:pos>
329
      <gml:pos>0.16383554256875 40.1202004185233</gml:pos>
330
    </lonLatEnvelope>
331
    <domainSet>
332
      <spatialDomain>
333
        <gml:Envelope srsName="WGS84(DD)">
334
          <gml:pos>0.030134915894617 40.0087916305901</gml:pos>
335
          <gml:pos>0.16383554256875 40.1202004185233</gml:pos>
336
        </gml:Envelope>
337
        <gml:Envelope srsName="EPSG:23030">
338
          <gml:pos>758638.064359 4433590.23199</gml:pos>
339
          <gml:pos>769639.264359 4445591.03199</gml:pos>
340
        </gml:Envelope>
341
        <gml:RectifiedGrid dimension="2">
342
          <gml:limits>
343
            <gml:GridEnvelope>
344
              <gml:low>0 0</gml:low>
345
              <gml:high>15715 17142</gml:high>
346
            </gml:GridEnvelope>
347
          </gml:limits>
348
          <gml:axisName>x</gml:axisName>
349
          <gml:axisName>y</gml:axisName>
350
          <gml:origin>
351
            <gml:pos>758638.064359 4445591.03199</gml:pos>
352
          </gml:origin>
353
          <gml:offsetVector>0.7 0</gml:offsetVector>
354
          <gml:offsetVector>0 -0.7</gml:offsetVector>
355
        </gml:RectifiedGrid>
356
      </spatialDomain>
357
    </domainSet>
358
    <rangeSet>
359
      <RangeSet>
360
        <name>bands</name>
361
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
362
        <axisDescription>
363
          <AxisDescription>
364
            <name>bands</name>
365
            <label>Bands/Channels/Samples</label>
366
            <values>
367
              <singleValue>1</singleValue>
368
              <singleValue>2</singleValue>
369
              <singleValue>3</singleValue>
370
            </values>
371
          </AxisDescription>
372
        </axisDescription>
373
      </RangeSet>
374
    </rangeSet>
375
    <supportedCRSs>
376
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
377
      <nativeCRSs>EPSG:23030</nativeCRSs>
378
    </supportedCRSs>
379
    <supportedFormats nativeFormat="ecw">
380
      <formats>GEOTIFF_INT16</formats>
381
    </supportedFormats>
382
  </CoverageOffering>
383
  <CoverageOffering>
384
  <name>orthop04_311004_01</name>
385
  <label>orthop04_311004_01</label>
386
    <lonLatEnvelope srsName="WGS84(DD)">
387
      <gml:pos>-0.064429002189167 39.8686021111024</gml:pos>
388
      <gml:pos>0.0391632263460172 39.9701456674512</gml:pos>
389
    </lonLatEnvelope>
390
    <domainSet>
391
      <spatialDomain>
392
        <gml:Envelope srsName="WGS84(DD)">
393
          <gml:pos>-0.064429002189167 39.8686021111024</gml:pos>
394
          <gml:pos>0.0391632263460172 39.9701456674512</gml:pos>
395
        </gml:Envelope>
396
        <gml:Envelope srsName="EPSG:23030">
397
          <gml:pos>751080.89797 4417658.15575</gml:pos>
398
          <gml:pos>759581.69797 4428659.35575</gml:pos>
399
        </gml:Envelope>
400
        <gml:RectifiedGrid dimension="2">
401
          <gml:limits>
402
            <gml:GridEnvelope>
403
              <gml:low>0 0</gml:low>
404
              <gml:high>12143 15714</gml:high>
405
            </gml:GridEnvelope>
406
          </gml:limits>
407
          <gml:axisName>x</gml:axisName>
408
          <gml:axisName>y</gml:axisName>
409
          <gml:origin>
410
            <gml:pos>751080.89797 4428659.35575</gml:pos>
411
          </gml:origin>
412
          <gml:offsetVector>0.7 0</gml:offsetVector>
413
          <gml:offsetVector>0 -0.7</gml:offsetVector>
414
        </gml:RectifiedGrid>
415
      </spatialDomain>
416
    </domainSet>
417
    <rangeSet>
418
      <RangeSet>
419
        <name>bands</name>
420
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
421
        <axisDescription>
422
          <AxisDescription>
423
            <name>bands</name>
424
            <label>Bands/Channels/Samples</label>
425
            <values>
426
              <singleValue>1</singleValue>
427
              <singleValue>2</singleValue>
428
              <singleValue>3</singleValue>
429
            </values>
430
          </AxisDescription>
431
        </axisDescription>
432
      </RangeSet>
433
    </rangeSet>
434
    <supportedCRSs>
435
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
436
      <nativeCRSs>EPSG:23030</nativeCRSs>
437
    </supportedCRSs>
438
    <supportedFormats nativeFormat="ecw">
439
      <formats>GEOTIFF_INT16</formats>
440
    </supportedFormats>
441
  </CoverageOffering>
442
  <CoverageOffering>
443
  <name>orthop04_311004_02</name>
444
  <label>orthop04_311004_02</label>
445
    <lonLatEnvelope srsName="WGS84(DD)">
446
      <gml:pos>-0.0059801589732133 39.9589210820855</gml:pos>
447
      <gml:pos>0.0861765725681437 40.0602012338313</gml:pos>
448
    </lonLatEnvelope>
449
    <domainSet>
450
      <spatialDomain>
451
        <gml:Envelope srsName="WGS84(DD)">
452
          <gml:pos>-0.0059801589732133 39.9589210820855</gml:pos>
453
          <gml:pos>0.0861765725681437 40.0602012338313</gml:pos>
454
        </gml:Envelope>
455
        <gml:Envelope srsName="EPSG:23030">
456
          <gml:pos>755745.300367 4427822.77831</gml:pos>
457
          <gml:pos>763246.500367 4438823.97831</gml:pos>
458
        </gml:Envelope>
459
        <gml:RectifiedGrid dimension="2">
460
          <gml:limits>
461
            <gml:GridEnvelope>
462
              <gml:low>0 0</gml:low>
463
              <gml:high>10715 15714</gml:high>
464
            </gml:GridEnvelope>
465
          </gml:limits>
466
          <gml:axisName>x</gml:axisName>
467
          <gml:axisName>y</gml:axisName>
468
          <gml:origin>
469
            <gml:pos>755745.300367 4438823.97831</gml:pos>
470
          </gml:origin>
471
          <gml:offsetVector>0.7 0</gml:offsetVector>
472
          <gml:offsetVector>0 -0.7</gml:offsetVector>
473
        </gml:RectifiedGrid>
474
      </spatialDomain>
475
    </domainSet>
476
    <rangeSet>
477
      <RangeSet>
478
        <name>bands</name>
479
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
480
        <axisDescription>
481
          <AxisDescription>
482
            <name>bands</name>
483
            <label>Bands/Channels/Samples</label>
484
            <values>
485
              <singleValue>1</singleValue>
486
              <singleValue>2</singleValue>
487
              <singleValue>3</singleValue>
488
            </values>
489
          </AxisDescription>
490
        </axisDescription>
491
      </RangeSet>
492
    </rangeSet>
493
    <supportedCRSs>
494
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
495
      <nativeCRSs>EPSG:23030</nativeCRSs>
496
    </supportedCRSs>
497
    <supportedFormats nativeFormat="ecw">
498
      <formats>GEOTIFF_INT16</formats>
499
    </supportedFormats>
500
  </CoverageOffering>
501
  <CoverageOffering>
502
  <name>orthop05_311004_01</name>
503
  <label>orthop05_311004_01</label>
504
    <lonLatEnvelope srsName="WGS84(DD)">
505
      <gml:pos>-0.184109898221608 39.7358685309031</gml:pos>
506
      <gml:pos>-0.0750466714741807 39.8374622821562</gml:pos>
507
    </lonLatEnvelope>
508
    <domainSet>
509
      <spatialDomain>
510
        <gml:Envelope srsName="WGS84(DD)">
511
          <gml:pos>-0.184109898221608 39.7358685309031</gml:pos>
512
          <gml:pos>-0.0750466714741807 39.8374622821562</gml:pos>
513
        </gml:Envelope>
514
        <gml:Envelope srsName="EPSG:23030">
515
          <gml:pos>741306.868269 4402597.33799</gml:pos>
516
          <gml:pos>750308.168269 4413598.53799</gml:pos>
517
        </gml:Envelope>
518
        <gml:RectifiedGrid dimension="2">
519
          <gml:limits>
520
            <gml:GridEnvelope>
521
              <gml:low>0 0</gml:low>
522
              <gml:high>12858 15714</gml:high>
523
            </gml:GridEnvelope>
524
          </gml:limits>
525
          <gml:axisName>x</gml:axisName>
526
          <gml:axisName>y</gml:axisName>
527
          <gml:origin>
528
            <gml:pos>741306.868269 4413598.53799</gml:pos>
529
          </gml:origin>
530
          <gml:offsetVector>0.7 0</gml:offsetVector>
531
          <gml:offsetVector>0 -0.7</gml:offsetVector>
532
        </gml:RectifiedGrid>
533
      </spatialDomain>
534
    </domainSet>
535
    <rangeSet>
536
      <RangeSet>
537
        <name>bands</name>
538
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
539
        <axisDescription>
540
          <AxisDescription>
541
            <name>bands</name>
542
            <label>Bands/Channels/Samples</label>
543
            <values>
544
              <singleValue>1</singleValue>
545
              <singleValue>2</singleValue>
546
              <singleValue>3</singleValue>
547
            </values>
548
          </AxisDescription>
549
        </axisDescription>
550
      </RangeSet>
551
    </rangeSet>
552
    <supportedCRSs>
553
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
554
      <nativeCRSs>EPSG:23030</nativeCRSs>
555
    </supportedCRSs>
556
    <supportedFormats nativeFormat="ecw">
557
      <formats>GEOTIFF_INT16</formats>
558
    </supportedFormats>
559
  </CoverageOffering>
560
  <CoverageOffering>
561
  <name>orthop05_311004_02</name>
562
  <label>orthop05_311004_02</label>
563
    <lonLatEnvelope srsName="WGS84(DD)">
564
      <gml:pos>-0.117821241552359 39.8165947273632</gml:pos>
565
      <gml:pos>-0.00269513638604592 39.9183962094939</gml:pos>
566
    </lonLatEnvelope>
567
    <domainSet>
568
      <spatialDomain>
569
        <gml:Envelope srsName="WGS84(DD)">
570
          <gml:pos>-0.117821241552359 39.8165947273632</gml:pos>
571
          <gml:pos>-0.00269513638604592 39.9183962094939</gml:pos>
572
        </gml:Envelope>
573
        <gml:Envelope srsName="EPSG:23030">
574
          <gml:pos>746698.87415 4411763.74799</gml:pos>
575
          <gml:pos>756199.97415 4422764.94799</gml:pos>
576
        </gml:Envelope>
577
        <gml:RectifiedGrid dimension="2">
578
          <gml:limits>
579
            <gml:GridEnvelope>
580
              <gml:low>0 0</gml:low>
581
              <gml:high>13572 15714</gml:high>
582
            </gml:GridEnvelope>
583
          </gml:limits>
584
          <gml:axisName>x</gml:axisName>
585
          <gml:axisName>y</gml:axisName>
586
          <gml:origin>
587
            <gml:pos>746698.87415 4422764.94799</gml:pos>
588
          </gml:origin>
589
          <gml:offsetVector>0.7 0</gml:offsetVector>
590
          <gml:offsetVector>0 -0.7</gml:offsetVector>
591
        </gml:RectifiedGrid>
592
      </spatialDomain>
593
    </domainSet>
594
    <rangeSet>
595
      <RangeSet>
596
        <name>bands</name>
597
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
598
        <axisDescription>
599
          <AxisDescription>
600
            <name>bands</name>
601
            <label>Bands/Channels/Samples</label>
602
            <values>
603
              <singleValue>1</singleValue>
604
              <singleValue>2</singleValue>
605
              <singleValue>3</singleValue>
606
            </values>
607
          </AxisDescription>
608
        </axisDescription>
609
      </RangeSet>
610
    </rangeSet>
611
    <supportedCRSs>
612
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
613
      <nativeCRSs>EPSG:23030</nativeCRSs>
614
    </supportedCRSs>
615
    <supportedFormats nativeFormat="ecw">
616
      <formats>GEOTIFF_INT16</formats>
617
    </supportedFormats>
618
  </CoverageOffering>
619
  <CoverageOffering>
620
  <name>orthop06_311004_01</name>
621
  <label>orthop06_311004_01</label>
622
    <lonLatEnvelope srsName="WGS84(DD)">
623
      <gml:pos>-0.275219416965276 39.5950920024498</gml:pos>
624
      <gml:pos>-0.184155536472809 39.6871833112806</gml:pos>
625
    </lonLatEnvelope>
626
    <domainSet>
627
      <spatialDomain>
628
        <gml:Envelope srsName="WGS84(DD)">
629
          <gml:pos>-0.275219416965276 39.5950920024498</gml:pos>
630
          <gml:pos>-0.184155536472809 39.6871833112806</gml:pos>
631
        </gml:Envelope>
632
        <gml:Envelope srsName="EPSG:23030">
633
          <gml:pos>733974.65 4386671.49606</gml:pos>
634
          <gml:pos>741489.15 4396672.39606</gml:pos>
635
        </gml:Envelope>
636
        <gml:RectifiedGrid dimension="2">
637
          <gml:limits>
638
            <gml:GridEnvelope>
639
              <gml:low>0 0</gml:low>
640
              <gml:high>10734 14285</gml:high>
641
            </gml:GridEnvelope>
642
          </gml:limits>
643
          <gml:axisName>x</gml:axisName>
644
          <gml:axisName>y</gml:axisName>
645
          <gml:origin>
646
            <gml:pos>733974.65 4396672.39606</gml:pos>
647
          </gml:origin>
648
          <gml:offsetVector>0.7 0</gml:offsetVector>
649
          <gml:offsetVector>0 -0.7</gml:offsetVector>
650
        </gml:RectifiedGrid>
651
      </spatialDomain>
652
    </domainSet>
653
    <rangeSet>
654
      <RangeSet>
655
        <name>bands</name>
656
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
657
        <axisDescription>
658
          <AxisDescription>
659
            <name>bands</name>
660
            <label>Bands/Channels/Samples</label>
661
            <values>
662
              <singleValue>1</singleValue>
663
              <singleValue>2</singleValue>
664
              <singleValue>3</singleValue>
665
            </values>
666
          </AxisDescription>
667
        </axisDescription>
668
      </RangeSet>
669
    </rangeSet>
670
    <supportedCRSs>
671
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
672
      <nativeCRSs>EPSG:23030</nativeCRSs>
673
    </supportedCRSs>
674
    <supportedFormats nativeFormat="ecw">
675
      <formats>GEOTIFF_INT16</formats>
676
    </supportedFormats>
677
  </CoverageOffering>
678
  <CoverageOffering>
679
  <name>orthop06_311004_02</name>
680
  <label>orthop06_311004_02</label>
681
    <lonLatEnvelope srsName="WGS84(DD)">
682
      <gml:pos>-0.215882735212665 39.6816925812939</gml:pos>
683
      <gml:pos>-0.153792859579015 39.7776035452773</gml:pos>
684
    </lonLatEnvelope>
685
    <domainSet>
686
      <spatialDomain>
687
        <gml:Envelope srsName="WGS84(DD)">
688
          <gml:pos>-0.215882735212665 39.6816925812939</gml:pos>
689
          <gml:pos>-0.153792859579015 39.7776035452773</gml:pos>
690
        </gml:Envelope>
691
        <gml:Envelope srsName="EPSG:23030">
692
          <gml:pos>738774.65 4396366.75502</gml:pos>
693
          <gml:pos>743775.45 4406867.45502</gml:pos>
694
        </gml:Envelope>
695
        <gml:RectifiedGrid dimension="2">
696
          <gml:limits>
697
            <gml:GridEnvelope>
698
              <gml:low>0 0</gml:low>
699
              <gml:high>7143 14999</gml:high>
700
            </gml:GridEnvelope>
701
          </gml:limits>
702
          <gml:axisName>x</gml:axisName>
703
          <gml:axisName>y</gml:axisName>
704
          <gml:origin>
705
            <gml:pos>738774.65 4406867.45502</gml:pos>
706
          </gml:origin>
707
          <gml:offsetVector>0.7 0</gml:offsetVector>
708
          <gml:offsetVector>0 -0.7</gml:offsetVector>
709
        </gml:RectifiedGrid>
710
      </spatialDomain>
711
    </domainSet>
712
    <rangeSet>
713
      <RangeSet>
714
        <name>bands</name>
715
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
716
        <axisDescription>
717
          <AxisDescription>
718
            <name>bands</name>
719
            <label>Bands/Channels/Samples</label>
720
            <values>
721
              <singleValue>1</singleValue>
722
              <singleValue>2</singleValue>
723
              <singleValue>3</singleValue>
724
            </values>
725
          </AxisDescription>
726
        </axisDescription>
727
      </RangeSet>
728
    </rangeSet>
729
    <supportedCRSs>
730
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
731
      <nativeCRSs>EPSG:23030</nativeCRSs>
732
    </supportedCRSs>
733
    <supportedFormats nativeFormat="ecw">
734
      <formats>GEOTIFF_INT16</formats>
735
    </supportedFormats>
736
  </CoverageOffering>
737
  <CoverageOffering>
738
  <name>orthop07_311004_01</name>
739
  <label>orthop07_311004_01</label>
740
    <lonLatEnvelope srsName="WGS84(DD)">
741
      <gml:pos>-0.314134220213874 39.5389645252734</gml:pos>
742
      <gml:pos>-0.208807505395484 39.6457600608977</gml:pos>
743
    </lonLatEnvelope>
744
    <domainSet>
745
      <spatialDomain>
746
        <gml:Envelope srsName="WGS84(DD)">
747
          <gml:pos>-0.314134220213874 39.5389645252734</gml:pos>
748
          <gml:pos>-0.208807505395484 39.6457600608977</gml:pos>
749
        </gml:Envelope>
750
        <gml:Envelope srsName="EPSG:23030">
751
          <gml:pos>730817.802996 4380373.34965</gml:pos>
752
          <gml:pos>739518.802996 4391974.44965</gml:pos>
753
        </gml:Envelope>
754
        <gml:RectifiedGrid dimension="2">
755
          <gml:limits>
756
            <gml:GridEnvelope>
757
              <gml:low>0 0</gml:low>
758
              <gml:high>12429 16571</gml:high>
759
            </gml:GridEnvelope>
760
          </gml:limits>
761
          <gml:axisName>x</gml:axisName>
762
          <gml:axisName>y</gml:axisName>
763
          <gml:origin>
764
            <gml:pos>730817.802996 4391974.44965</gml:pos>
765
          </gml:origin>
766
          <gml:offsetVector>0.7 0</gml:offsetVector>
767
          <gml:offsetVector>0 -0.7</gml:offsetVector>
768
        </gml:RectifiedGrid>
769
      </spatialDomain>
770
    </domainSet>
771
    <rangeSet>
772
      <RangeSet>
773
        <name>bands</name>
774
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
775
        <axisDescription>
776
          <AxisDescription>
777
            <name>bands</name>
778
            <label>Bands/Channels/Samples</label>
779
            <values>
780
              <singleValue>1</singleValue>
781
              <singleValue>2</singleValue>
782
              <singleValue>3</singleValue>
783
            </values>
784
          </AxisDescription>
785
        </axisDescription>
786
      </RangeSet>
787
    </rangeSet>
788
    <supportedCRSs>
789
      <requestResponseCRSs>EPSG:23030</requestResponseCRSs>
790
      <nativeCRSs>EPSG:23030</nativeCRSs>
791
    </supportedCRSs>
792
    <supportedFormats nativeFormat="ecw">
793
      <formats>GEOTIFF_INT16</formats>
794
    </supportedFormats>
795
  </CoverageOffering>
796
  <CoverageOffering>
797
  <name>orthop07_311004_02</name>
798
  <label>orthop07_311004_02</label>
799
    <lonLatEnvelope srsName="WGS84(DD)">
800
      <gml:pos>-0.342128552498647 39.4528266976444</gml:pos>
801
      <gml:pos>-0.274745188591142 39.5443190026711</gml:pos>
802
    </lonLatEnvelope>
803
    <domainSet>
804
      <spatialDomain>
805
        <gml:Envelope srsName="WGS84(DD)">
806
          <gml:pos>-0.342128552498647 39.4528266976444</gml:pos>
807
          <gml:pos>-0.274745188591142 39.5443190026711</gml:pos>
808
        </gml:Envelope>
809
        <gml:Envelope srsName="EPSG:23030">
810
          <gml:pos>728696.99189 4370639.57047</gml:pos>
811
          <gml:pos>734198.29189 4380640.47047</gml:pos>
812
        </gml:Envelope>
813
        <gml:RectifiedGrid dimension="2">
814
          <gml:limits>
815
            <gml:GridEnvelope>
816
              <gml:low>0 0</gml:low>
817
              <gml:high>7858 14285</gml:high>
818
            </gml:GridEnvelope>
819
          </gml:limits>
820
          <gml:axisName>x</gml:axisName>
821
          <gml:axisName>y</gml:axisName>
822
          <gml:origin>
823
            <gml:pos>728696.99189 4380640.47047</gml:pos>
824
          </gml:origin>
825
          <gml:offsetVector>0.7 0</gml:offsetVector>
826
          <gml:offsetVector>0 -0.7</gml:offsetVector>
827
        </gml:RectifiedGrid>
828
      </spatialDomain>
829
    </domainSet>
830
    <rangeSet>
831
      <RangeSet>
832
        <name>bands</name>
833
<!-- WARNING: Mandatory metadata '..._rangeset_label' was missing in this context. -->
834
        <axisDescription>
835
          <AxisDescription>
836
            <name>bands</name>
837
            <label>Bands/Channels/Samples</label>
838
            <values>
839
              <singleValue>1</singleValue>
840
              <singleValue>2</singleValue>
841
              <singleValue>3</singleValue>
842
            </values>
843
          </AxisDescription>
844
        </axisDescription>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff