Revision 43286

View differences:

tags/org.gvsig.desktop-2.0.185/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/resources/wms/wms.xml
1
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
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
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd"
28
 [
29
 <!ELEMENT VendorSpecificCapabilities EMPTY>
30
 ]>  <!-- end of DOCTYPE declaration -->
31

  
32
<WMT_MS_Capabilities version="1.3.0">
33

  
34
<!-- MapServer version 4.10.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=SDE INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG -->
35

  
36
<Service>
37
  <Name>OGC:WMS</Name>
38
  <Title>WMS Server</Title>
39
  <Abstract>CHG WMS Server</Abstract>
40
        <KeywordList>
41
          <Keyword>WMS</Keyword>
42
          <Keyword> Servidor de mapas en red</Keyword>
43
        </KeywordList>
44
  <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/>
45
  <ContactInformation>
46
    <ContactAddress>
47
<!-- WARNING: Mandatory metadata '..._addresstype' was missing in this context. -->
48
        <Address>Avda. de Portugal s/n</Address>
49
        <City>Sevilla</City>
50
        <StateOrProvince>Sevilla</StateOrProvince>
51
        <PostCode>41004</PostCode>
52
        <Country>Spain</Country>
53
    </ContactAddress>
54
  </ContactInformation>
55
</Service>
56

  
57
<Capability>
58
  <Request>
59
    <GetCapabilities>
60
      <Format>application/vnd.ogc.wms_xml</Format>
61
      <DCPType>
62
        <HTTP>
63
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
64
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
65
        </HTTP>
66
      </DCPType>
67
    </GetCapabilities>
68
    <GetMap>
69
      <Format>image/jpeg</Format>
70
      <Format>image/gif</Format>
71
      <Format>image/png</Format>
72
      <Format>image/png; mode=24bit</Format>
73
      <Format>image/wbmp</Format>
74
      <Format>image/tiff</Format>
75
      <DCPType>
76
        <HTTP>
77
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
78
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
79
        </HTTP>
80
      </DCPType>
81
    </GetMap>
82
    <GetFeatureInfo>
83
      <Format>text/plain</Format>
84
      <Format>application/vnd.ogc.gml</Format>
85
      <DCPType>
86
        <HTTP>
87
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
88
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
89
        </HTTP>
90
      </DCPType>
91
    </GetFeatureInfo>
92
    <DescribeLayer>
93
      <Format>text/xml</Format>
94
      <DCPType>
95
        <HTTP>
96
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
97
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
98
        </HTTP>
99
      </DCPType>
100
    </DescribeLayer>
101
    <GetLegendGraphic>
102
      <Format>image/jpeg</Format>
103
      <Format>image/gif</Format>
104
      <Format>image/png</Format>
105
      <Format>image/png; mode=24bit</Format>
106
      <Format>image/wbmp</Format>
107
      <DCPType>
108
        <HTTP>
109
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
110
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
111
        </HTTP>
112
      </DCPType>
113
    </GetLegendGraphic>
114
    <GetStyles>
115
      <Format>text/xml</Format>
116
      <DCPType>
117
        <HTTP>
118
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
119
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
120
        </HTTP>
121
      </DCPType>
122
    </GetStyles>
123
  </Request>
124
  <Exception>
125
    <Format>application/vnd.ogc.se_xml</Format>
126
    <Format>application/vnd.ogc.se_inimage</Format>
127
    <Format>application/vnd.ogc.se_blank</Format>
128
  </Exception>
129
  <VendorSpecificCapabilities />
130
  <UserDefinedSymbolization SupportSLD="1" UserLayer="0" UserStyle="1" RemoteWFS="0"/>
131
  <Layer>
132
    <Name>CHG</Name>
133
    <Title>WMS Server</Title>
134
    <SRS>epsg:23030</SRS>
135
    <LatLonBoundingBox minx="-6.84474" miny="36.6506" maxx="-2.09263" maxy="38.5449" />
136
    <BoundingBox SRS="EPSG:23030"
137
                minx="164590" miny="4.06274e+006" maxx="579080" maxy="4.26635e+006" />
138
    <Layer queryable="0" opaque="0" cascaded="0">
139
        <Name>time_idx</Name>
140
        <Title>TIME INDEX</Title>
141
        <SRS>EPSG:23030</SRS>
142
        <LatLonBoundingBox minx="-6.8471" miny="36.682" maxx="-2.16907" maxy="38.75" />
143
        <BoundingBox SRS="EPSG:23030"
144
                    minx="165338" miny="4.0662e+006" maxx="572211" maxy="4.2891e+006" />
145
        <Dimension name="time" units="ISO8601"/>
146
        <Extent name="time" nearestValue="0">2004-01-01/2004-12-1/15D</Extent>
147
    </Layer>
148
    <Layer>
149
      <Name>NDVI</Name>
150
      <Title>NDVI</Title>
151
      <Abstract>NDVI</Abstract>
152
      <Layer queryable="0" opaque="0" cascaded="0">
153
        <Name>NDVI</Name>
154
        <Title>NDVI</Title>
155
        <SRS>EPSG:23030</SRS>
156
        <LatLonBoundingBox minx="-6.8471" miny="36.682" maxx="-2.16907" maxy="38.75" />
157
        <BoundingBox SRS="EPSG:23030"
158
                    minx="165338" miny="4.0662e+006" maxx="572211" maxy="4.2891e+006" />
159
        <Dimension name="time" units="ISO8601"/>
160
        <Extent name="time" default="2004-01-01" nearestValue="0">2004-01-01/2004-12-1/15D</Extent>
161
      </Layer>
162
    </Layer>
163
  </Layer>
164
</Capability>
165
</WMT_MS_Capabilities>
0 166

  
tags/org.gvsig.desktop-2.0.185/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/resources/wms/wms
1
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
2
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd"
3
 [
4
 <!ELEMENT VendorSpecificCapabilities EMPTY>
5
 ]>  <!-- end of DOCTYPE declaration -->
6

  
7
<WMT_MS_Capabilities version="1.1.1">
8

  
9
<!-- MapServer version 4.10.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=SDE INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG -->
10

  
11
<Service>
12
  <Name>OGC:WMS</Name>
13
  <Title>WMS Server</Title>
14
  <Abstract>CHG WMS Server</Abstract>
15
        <KeywordList>
16
          <Keyword>WMS</Keyword>
17
          <Keyword> Servidor de mapas en red</Keyword>
18
        </KeywordList>
19
  <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/>
20
  <ContactInformation>
21
    <ContactAddress>
22
<!-- WARNING: Mandatory metadata '..._addresstype' was missing in this context. -->
23
        <Address>Avda. de Portugal s/n</Address>
24
        <City>Sevilla</City>
25
        <StateOrProvince>Sevilla</StateOrProvince>
26
        <PostCode>41004</PostCode>
27
        <Country>Spain</Country>
28
    </ContactAddress>
29
  </ContactInformation>
30
</Service>
31

  
32
<Capability>
33
  <Request>
34
    <GetCapabilities>
35
      <Format>application/vnd.ogc.wms_xml</Format>
36
      <DCPType>
37
        <HTTP>
38
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
39
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
40
        </HTTP>
41
      </DCPType>
42
    </GetCapabilities>
43
    <GetMap>
44
      <Format>image/jpeg</Format>
45
      <Format>image/gif</Format>
46
      <Format>image/png</Format>
47
      <Format>image/png; mode=24bit</Format>
48
      <Format>image/wbmp</Format>
49
      <Format>image/tiff</Format>
50
      <DCPType>
51
        <HTTP>
52
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
53
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
54
        </HTTP>
55
      </DCPType>
56
    </GetMap>
57
    <GetFeatureInfo>
58
      <Format>text/plain</Format>
59
      <Format>application/vnd.ogc.gml</Format>
60
      <DCPType>
61
        <HTTP>
62
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
63
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
64
        </HTTP>
65
      </DCPType>
66
    </GetFeatureInfo>
67
    <DescribeLayer>
68
      <Format>text/xml</Format>
69
      <DCPType>
70
        <HTTP>
71
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
72
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
73
        </HTTP>
74
      </DCPType>
75
    </DescribeLayer>
76
    <GetLegendGraphic>
77
      <Format>image/jpeg</Format>
78
      <Format>image/gif</Format>
79
      <Format>image/png</Format>
80
      <Format>image/png; mode=24bit</Format>
81
      <Format>image/wbmp</Format>
82
      <DCPType>
83
        <HTTP>
84
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
85
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
86
        </HTTP>
87
      </DCPType>
88
    </GetLegendGraphic>
89
    <GetStyles>
90
      <Format>text/xml</Format>
91
      <DCPType>
92
        <HTTP>
93
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Get>
94
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sanlucar:81/cgi-bin/wms?"/></Post>
95
        </HTTP>
96
      </DCPType>
97
    </GetStyles>
98
  </Request>
99
  <Exception>
100
    <Format>application/vnd.ogc.se_xml</Format>
101
    <Format>application/vnd.ogc.se_inimage</Format>
102
    <Format>application/vnd.ogc.se_blank</Format>
103
  </Exception>
104
  <VendorSpecificCapabilities />
105
  <UserDefinedSymbolization SupportSLD="1" UserLayer="0" UserStyle="1" RemoteWFS="0"/>
106
  <Layer>
107
    <Name>CHG</Name>
108
    <Title>WMS Server</Title>
109
    <SRS>epsg:23030</SRS>
110
    <LatLonBoundingBox minx="-6.84474" miny="36.6506" maxx="-2.09263" maxy="38.5449" />
111
    <BoundingBox SRS="EPSG:23030"
112
                minx="164590" miny="4.06274e+006" maxx="579080" maxy="4.26635e+006" />
113
    <Layer queryable="0" opaque="0" cascaded="0">
114
        <Name>time_idx</Name>
115
        <Title>TIME INDEX</Title>
116
        <SRS>EPSG:23030</SRS>
117
        <LatLonBoundingBox minx="-6.8471" miny="36.682" maxx="-2.16907" maxy="38.75" />
118
        <BoundingBox SRS="EPSG:23030"
119
                    minx="165338" miny="4.0662e+006" maxx="572211" maxy="4.2891e+006" />
120
        <Dimension name="time" units="ISO8601"/>
121
        <Extent name="time" nearestValue="0">2004-01-01/2004-12-1/15D</Extent>
122
    </Layer>
123
    <Layer>
124
      <Name>NDVI</Name>
125
      <Title>NDVI</Title>
126
      <Abstract>NDVI</Abstract>
127
      <Layer queryable="0" opaque="0" cascaded="0">
128
        <Name>NDVI</Name>
129
        <Title>NDVI</Title>
130
        <SRS>EPSG:23030</SRS>
131
        <LatLonBoundingBox minx="-6.8471" miny="36.682" maxx="-2.16907" maxy="38.75" />
132
        <BoundingBox SRS="EPSG:23030"
133
                    minx="165338" miny="4.0662e+006" maxx="572211" maxy="4.2891e+006" />
134
        <Dimension name="time" units="ISO8601"/>
135
        <Extent name="time" default="2004-01-01" nearestValue="0">2004-01-01/2004-12-1/15D</Extent>
136
      </Layer>
137
    </Layer>
138
  </Layer>
139
</Capability>
140
</WMT_MS_Capabilities>
tags/org.gvsig.desktop-2.0.185/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.185/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.185/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>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff