Project

General

Profile

1
<coverage format = "mosaic" >
2
  <name>mosaic</name>
3
  <label>Sample PNG mosaic</label>
4
  <description>Subsampled satellite imagery loaded as a mosaic of PNG images</description>
5
  <wmspath>/</wmspath>
6
  <metadataLink about = "" type = "" metadataType = "" >
7
    null
8
  </metadataLink>
9
  <keywords>WCS,mosaic,mosaic</keywords>
10
  <!--
11
    the default style this CoverageInfoDTO can be represented by.
12
    at least must contain the "default" attribute
13
  -->
14
  <styles default = "raster" />
15
  <envelope crs = "GEOGCS['WGS 84', 
16
  DATUM['World Geodetic System 1984', 
17
    SPHEROID['WGS 84', 6378137.0, 298.257223563, AUTHORITY['EPSG','7030']], 
18
    AUTHORITY['EPSG','6326']], 
19
  PRIMEM['Greenwich', 0.0, AUTHORITY['EPSG','8901']], 
20
  UNIT['degree', 0.017453292519943295], 
21
  AXIS['Geodetic longitude', EAST], 
22
  AXIS['Geodetic latitude', NORTH], 
23
  AUTHORITY['EPSG','4326']]" srsName = "EPSG:4326" >
24
    <pos>6.34617490847439 36.4917718219401</pos>
25
    <pos>20.8296831527815 46.5907669751351</pos>
26
  </envelope>
27
  <grid dimension = "2" >
28
    <low>0 0 </low>
29
    <high>250 250 </high>
30
    <axisName>mosaic [0 ... 255]</axisName>
31
    <axisName>mosaic [0 ... 255]</axisName>
32
    <axisName>mosaic [0 ... 255]</axisName>
33
    <geoTransform >
34
      <scaleX>0.057934032977228433</scaleX>
35
      <scaleY>-0.04039598061277999</scaleY>
36
      <shearX>0.0</shearX>
37
      <shearY>0.0</shearY>
38
      <translateX>6.375141924963005</translateX>
39
      <translateY>46.570568984828704</translateY>
40
    </geoTransform>
41
  </grid>
42
  <CoverageDimension >
43
    <name>mosaic [0 ... 255]</name>
44
    <description>GridSampleDimension[0.0,255.0]</description>
45
    <interval >
46
      <min>0.0</min>
47
      <max>255.0</max>
48
    </interval>
49
    <nullValues >
50
    </nullValues>
51
  </CoverageDimension>
52
  <CoverageDimension >
53
    <name>mosaic [0 ... 255]</name>
54
    <description>GridSampleDimension[0.0,255.0]</description>
55
    <interval >
56
      <min>0.0</min>
57
      <max>255.0</max>
58
    </interval>
59
    <nullValues >
60
    </nullValues>
61
  </CoverageDimension>
62
  <CoverageDimension >
63
    <name>mosaic [0 ... 255]</name>
64
    <description>GridSampleDimension[0.0,255.0]</description>
65
    <interval >
66
      <min>0.0</min>
67
      <max>255.0</max>
68
    </interval>
69
    <nullValues >
70
    </nullValues>
71
  </CoverageDimension>
72
  <supportedCRSs >
73
    <requestCRSs>EPSG:4326</requestCRSs>
74
    <responseCRSs>EPSG:4326</responseCRSs>
75
  </supportedCRSs>
76
  <supportedFormats nativeFormat = "ImageMosaic" >
77
    <formats>GTOPO30,GEOTIFF,IMAGEMOSAIC,ARCGRID,GIF,PNG,JPEG,TIFF</formats>
78
  </supportedFormats>
79
  <supportedInterpolations default = "nearest neighbor" >
80
    <interpolationMethods>nearest neighbor,bilinear,bicubic,bicubic_2</interpolationMethods>
81
  </supportedInterpolations>
82
  <parameters >
83
    <parameter name = "InputTransparentColor" value = "" />
84
    <parameter name = "OutputTransparentColor" value = "#000000" />
85
    <parameter name = "InputImageThresholdValue" value = "NaN" />
86
  </parameters>
87
</coverage>
(76-76/83)