Project

General

Profile

1
<!-- Gets the WCS capabilities. For WMS capabilities, see WMS_getCapabilities demo-->
2
<!--
3

    
4
      This will briefly describe all the layers (Coverages) in that you have
5
      in your WCS server, plus more generic information about what your server
6
      supports.
7
      
8
      For more information about a particular Coverage, use the 
9
      WCS_describeCoverage.xml demo!
10
      
11
  -->
12
<GetCapabilities
13
  service="WCS"
14
  version="1.0.0"
15
  xmlns="http://www.opengis.net/wcs"
16
  xmlns:nurc="http://www.nurc.nato.int"
17
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18
  xsi:schemaLocation="http://www.opengis.net/wcs http://schemas.opengis.net/wcs/1.0.0/wcsCapabilities.xsd"/>
(2-2/46)