Project

General

Profile

« Previous | Next » 

Revision 1711

Added by Jing Tao about 21 years ago

Revise some codes.

View differences:

eml-spatialraster-2.0.0.xsl
94 94
    <!-- call physical moduel without show distribution(we want see it later)-->
95 95
    <xsl:if test="physical">
96 96
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
97
        Physical Structure Description
97
        Physical Structure Description:
98 98
      </td></tr>
99 99
      <xsl:for-each select="physical">
100 100
      <tr><td colspan="2">
......
107 107
    </xsl:if>
108 108
    <xsl:if test="coverage">
109 109
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
110
        Coverage Description
110
        Coverage Description:
111 111
      </td></tr>
112 112
    </xsl:if>
113 113
    <xsl:for-each select="coverage">
......
118 118
    </xsl:for-each>
119 119
    <xsl:if test="method">
120 120
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
121
        Method Description
121
        Method Description:
122 122
      </td></tr>
123 123
    </xsl:if>
124 124
    <xsl:for-each select="method">
......
131 131
    </xsl:for-each>
132 132
    <xsl:if test="constraint">
133 133
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
134
        Constraint
134
        Constraint:
135 135
      </td></tr>
136 136
    </xsl:if>
137 137
    <xsl:for-each select="constraint">
......
143 143
    </xsl:for-each>
144 144
    <xsl:for-each select="spatialReference">
145 145
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
146
        Spatial Reference
146
        Spatial Reference:
147 147
      </td></tr>
148 148
      <xsl:call-template name="spatialReference">
149 149
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
......
151 151
    </xsl:for-each>
152 152
     <xsl:for-each select="georeferenceInfo">
153 153
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
154
        Grid Postion
154
        Grid Postion:
155 155
      </td></tr>
156 156
      <xsl:call-template name="georeferenceInfo">
157 157
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
......
159 159
    </xsl:for-each>
160 160
    <xsl:for-each select="horizontalAccuracy">
161 161
      <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
162
        Horizontal Accuracy
162
        Horizontal Accuracy:
163 163
      </td></tr>
164 164
      <xsl:call-template name="dataQuality">
165 165
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
......
167 167
    </xsl:for-each>
168 168
    <xsl:for-each select="verticalAccuracy">
169 169
      <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
170
        Vertical Accuracy
170
        Vertical Accuracy:
171 171
      </td></tr>
172 172
      <xsl:call-template name="dataQuality">
173 173
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
......
175 175
    </xsl:for-each>
176 176
    <xsl:for-each select="cellSizeXDirection">
177 177
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
178
            Cell Size(X)
178
            Cell Size(X):
179 179
            </td>
180 180
            <td width="{$secondColWidth}" class="{$secondColStyle}">
181 181
              <xsl:value-of select="."/>
......
184 184
    </xsl:for-each>
185 185
    <xsl:for-each select="cellSizeYDirection">
186 186
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
187
            Cell Size(Y)
187
            Cell Size(Y):
188 188
            </td>
189 189
            <td width="{$secondColWidth}" class="{$secondColStyle}">
190 190
              <xsl:value-of select="."/>
......
193 193
    </xsl:for-each>
194 194
    <xsl:for-each select="numberOfBands">
195 195
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
196
            Number of Bands
196
            Number of Bands:
197 197
            </td>
198 198
            <td width="{$secondColWidth}" class="{$secondColStyle}">
199 199
              <xsl:value-of select="."/>
......
202 202
    </xsl:for-each>
203 203
    <xsl:for-each select="rasterOrigin">
204 204
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
205
            Origin
205
            Origin:
206 206
            </td>
207 207
            <td width="{$secondColWidth}" class="{$secondColStyle}">
208 208
              <xsl:value-of select="."/>
209 209
            </td>
210 210
       </tr>
211 211
    </xsl:for-each>
212
    <xsl:for-each select="rows">
212
    <xsl:for-each select="columns">
213 213
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
214
            Max Raster Objects(Y)
214
            Max Raster Objects(X):
215 215
            </td>
216 216
            <td width="{$secondColWidth}" class="{$secondColStyle}">
217 217
              <xsl:value-of select="."/>
218 218
            </td>
219 219
       </tr>
220 220
    </xsl:for-each>
221
    <xsl:for-each select="columns">
221
    <xsl:for-each select="rows">
222 222
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
223
            Max Raster Objects(X)
223
            Max Raster Objects(Y):
224 224
            </td>
225 225
            <td width="{$secondColWidth}" class="{$secondColStyle}">
226 226
              <xsl:value-of select="."/>
......
229 229
    </xsl:for-each>
230 230
    <xsl:for-each select="verticals">
231 231
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
232
            Max Raster Objects(Z)
232
            Max Raster Objects(Z):
233 233
            </td>
234 234
            <td width="{$secondColWidth}" class="{$secondColStyle}">
235 235
              <xsl:value-of select="."/>
......
238 238
    </xsl:for-each>
239 239
    <xsl:for-each select="cellGeometry">
240 240
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
241
            Cell Geometry
241
            Cell Geometry:
242 242
            </td>
243 243
            <td width="{$secondColWidth}" class="{$secondColStyle}">
244 244
              <xsl:value-of select="."/>
......
247 247
    </xsl:for-each>
248 248
    <xsl:for-each select="toneGradation">
249 249
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
250
            Number of Colors
250
            Number of Colors:
251 251
            </td>
252 252
            <td width="{$secondColWidth}" class="{$secondColStyle}">
253 253
              <xsl:value-of select="."/>
......
256 256
    </xsl:for-each>
257 257
    <xsl:for-each select="scaleFactor">
258 258
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
259
            Scale Factor
259
            Scale Factor:
260 260
            </td>
261 261
            <td width="{$secondColWidth}" class="{$secondColStyle}">
262 262
              <xsl:value-of select="."/>
......
265 265
    </xsl:for-each>
266 266
     <xsl:for-each select="offset">
267 267
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
268
            Offset
268
            Offset:
269 269
            </td>
270 270
            <td width="{$secondColWidth}" class="{$secondColStyle}">
271 271
              <xsl:value-of select="."/>
......
274 274
    </xsl:for-each>
275 275
    <xsl:for-each select="imageDescription">
276 276
      <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
277
        Image Info
277
        Image Info:
278 278
      </td></tr>
279 279
      <xsl:call-template name="imageDescription">
280 280
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
......
329 329
    <xsl:param name="spatialrasterfirstColStyle"/>
330 330
    <xsl:for-each select="horizCoordSysName">
331 331
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
332
            Name of Coordinate System
332
            Name of Coordinate System:
333 333
            </td>
334 334
            <td width="{$secondColWidth}" class="{$secondColStyle}">
335 335
              <xsl:value-of select="."/>
......
338 338
    </xsl:for-each>
339 339
    <xsl:for-each select="horizCoordSysDef/geogCoordSys">
340 340
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
341
            Definition of <xsl:value-of select="../@name"/> (Geographic Coordinate System)
341
            Definition of <xsl:value-of select="../@name"/> (Geographic Coordinate System):
342 342
            </td>
343 343
            <td width="{$secondColWidth}" class="{$secondColStyle}">
344 344
              <xsl:call-template name="geogCoordSysType">
......
350 350
    <xsl:for-each select="horizCoordSysDef/projCoordSys">
351 351
      <xsl:for-each select="geogCoordSys">
352 352
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
353
            Definition of<xsl:value-of select="../@name"/> Geographic Coordinate System
353
            Definition of<xsl:value-of select="../@name"/> Geographic Coordinate System:
354 354
            </td>
355 355
            <td width="{$secondColWidth}">
356 356
              <xsl:call-template name="geogCoordSysType">
......
361 361
     </xsl:for-each>
362 362
     <xsl:for-each select="projection">
363 363
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
364
            Projection
364
            Projection:
365 365
            </td>
366 366
            <td width="{$secondColWidth}">
367 367
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
368 368
                 <xsl:for-each select="parameter">
369 369
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
370
                          <xsl:value-of select="./@name"/>
370
                          <xsl:value-of select="./@name"/>:
371 371
                         </td>
372 372
                         <td width="{$secondColWidth}">
373 373
                             <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
......
385 385
                 </xsl:for-each>
386 386
                 <xsl:for-each select="unit">
387 387
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
388
                          Unit
388
                          Unit:
389 389
                        </td>
390 390
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
391 391
                           <xsl:value-of select="./@name"/>
......
399 399
    </xsl:for-each>
400 400
    <xsl:for-each select="vertCoordSys/altitudeSysDef">
401 401
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
402
            Altitude System Definition
402
            Altitude System Definition:
403 403
            </td>
404 404
            <td width="{$secondColWidth}">
405 405
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
406 406
                 <xsl:for-each select="altitudeDatumName">
407 407
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
408
                          Datum
408
                          Datum:
409 409
                         </td>
410 410
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
411 411
                            <xsl:value-of select="."/>
......
414 414
                 </xsl:for-each>
415 415
                 <xsl:for-each select="altitudeResolution">
416 416
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
417
                          Resolution
417
                          Resolution:
418 418
                        </td>
419 419
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
420 420
                           <xsl:value-of select="."/>
......
423 423
                </xsl:for-each>
424 424
                <xsl:for-each select="altitudeDistanceUnits">
425 425
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
426
                          Distance Unit
426
                          Distance Unit:
427 427
                        </td>
428 428
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
429 429
                           <xsl:value-of select="."/>
......
432 432
                </xsl:for-each>
433 433
                <xsl:for-each select="altitudeEncodingMethod">
434 434
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
435
                          Encoding Method
435
                          Encoding Method:
436 436
                        </td>
437 437
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
438 438
                           <xsl:value-of select="."/>
......
445 445
    </xsl:for-each>
446 446
    <xsl:for-each select="vertCoordSys/depthSysDef">
447 447
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
448
            Depth System Definition
448
            Depth System Definition:
449 449
            </td>
450 450
            <td width="{$secondColWidth}">
451 451
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
452 452
                 <xsl:for-each select="depthDatumName">
453 453
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
454
                          Datum
454
                          Datum:
455 455
                         </td>
456 456
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
457 457
                            <xsl:value-of select="."/>
......
460 460
                 </xsl:for-each>
461 461
                 <xsl:for-each select="depthResolution">
462 462
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
463
                          Resolution
463
                          Resolution:
464 464
                        </td>
465 465
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
466 466
                           <xsl:value-of select="."/>
......
469 469
                </xsl:for-each>
470 470
                <xsl:for-each select="depthDistanceUnits">
471 471
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
472
                          Distance Unit
472
                          Distance Unit:
473 473
                        </td>
474 474
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
475 475
                           <xsl:value-of select="."/>
......
478 478
                </xsl:for-each>
479 479
                <xsl:for-each select="depthEncodingMethod">
480 480
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
481
                          Encoding Method
481
                          Encoding Method:
482 482
                        </td>
483 483
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
484 484
                           <xsl:value-of select="."/>
......
496 496
   <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
497 497
      <xsl:for-each select="datum">
498 498
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
499
             Datum
499
             Datum:
500 500
            </td>
501 501
            <td width="{$secondColWidth}" class="{$secondColStyle}">
502 502
              <xsl:value-of select="./@name"/>
......
505 505
      </xsl:for-each>
506 506
      <xsl:for-each select="spheroid">
507 507
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
508
             Spheroid
508
             Spheroid:
509 509
            </td>
510 510
            <td width="{$secondColWidth}">
511 511
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
512 512
                  <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
513
                       Name
513
                       Name:
514 514
                       </td>
515 515
                       <td width="{$secondColWidth}" class="{$secondColStyle}">
516 516
                        <xsl:value-of select="./@name"/>
517 517
                       </td>
518 518
                   </tr>
519 519
                   <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
520
                       Semi Axis Major
520
                       Semi Axis Major:
521 521
                       </td>
522 522
                       <td width="{$secondColWidth}" class="{$secondColStyle}">
523 523
                        <xsl:value-of select="./@semiAxisMajor"/>
524 524
                       </td>
525 525
                   </tr>
526 526
                   <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
527
                       Denom Flat Ration
527
                       Denom Flat Ratio:
528 528
                       </td>
529 529
                       <td width="{$secondColWidth}" class="{$secondColStyle}">
530 530
                        <xsl:value-of select="./@denomFlatRatio"/>
......
537 537
      </xsl:for-each>
538 538
       <xsl:for-each select="primeMeridian">
539 539
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
540
             Prime Meridian
540
             Prime Meridian:
541 541
            </td>
542 542
            <td width="{$secondColWidth}">
543 543
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
544 544
                  <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
545
                       Name
545
                       Name:
546 546
                       </td>
547 547
                       <td width="{$secondColWidth}" class="{$secondColStyle}">
548 548
                        <xsl:value-of select="./@name"/>
549 549
                       </td>
550 550
                   </tr>
551 551
                   <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
552
                       Longitude
552
                       Longitude:
553 553
                       </td>
554 554
                       <td width="{$secondColWidth}" class="{$secondColStyle}">
555 555
                        <xsl:value-of select="./@longitude"/>
......
561 561
      </xsl:for-each>
562 562
     <xsl:for-each select="unit">
563 563
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
564
             Unit
564
             Unit:
565 565
            </td>
566 566
            <td width="{$secondColWidth}" class="{$secondColStyle}">
567 567
              <xsl:value-of select="./@name"/>
......
578 578
    <xsl:param name="spatialrasterfirstColStyle"/>
579 579
    <xsl:for-each select="cornerPoint">
580 580
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
581
            Corner Point
581
            Corner Point:
582 582
            </td>
583 583
            <td width="{$secondColWidth}">
584 584
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
585 585
                 <xsl:for-each select="corner">
586 586
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
587
                          Corner
587
                          Corner:
588 588
                         </td>
589 589
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
590 590
                            <xsl:value-of select="."/>
......
593 593
                 </xsl:for-each>
594 594
                 <xsl:for-each select="xCoordinate">
595 595
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
596
                          xCoordinate
596
                          xCoordinate:
597 597
                        </td>
598 598
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
599 599
                           <xsl:value-of select="."/>
......
602 602
                </xsl:for-each>
603 603
                <xsl:for-each select="yCoordinate">
604 604
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
605
                          yCoordinate
605
                          yCoordinate:
606 606
                        </td>
607 607
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
608 608
                           <xsl:value-of select="."/>
......
611 611
                </xsl:for-each>
612 612
                <xsl:for-each select="pointInPixel">
613 613
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
614
                          Point in Pixel
614
                          Point in Pixel:
615 615
                        </td>
616 616
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
617 617
                           <xsl:value-of select="."/>
......
624 624
    </xsl:for-each>
625 625
    <xsl:for-each select="controlPoint">
626 626
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
627
            Control Point
627
            Control Point:
628 628
            </td>
629 629
            <td width="{$secondColWidth}">
630 630
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
631 631
                 <xsl:for-each select="column">
632 632
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
633
                          Column Location
633
                          Column Location:
634 634
                         </td>
635 635
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
636 636
                            <xsl:value-of select="."/>
......
639 639
                 </xsl:for-each>
640 640
                 <xsl:for-each select="row">
641 641
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
642
                          Row Location
642
                          Row Location:
643 643
                         </td>
644 644
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
645 645
                            <xsl:value-of select="."/>
......
648 648
                 </xsl:for-each>
649 649
                 <xsl:for-each select="xCoordinate">
650 650
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
651
                          xCoordinate
651
                          xCoordinate:
652 652
                        </td>
653 653
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
654 654
                           <xsl:value-of select="."/>
......
657 657
                </xsl:for-each>
658 658
                <xsl:for-each select="yCoordinate">
659 659
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
660
                          yCoordinate
660
                          yCoordinate:
661 661
                        </td>
662 662
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
663 663
                           <xsl:value-of select="."/>
......
666 666
                </xsl:for-each>
667 667
                <xsl:for-each select="pointInPixel">
668 668
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
669
                          Point in Pixel
669
                          Point in Pixel:
670 670
                        </td>
671 671
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
672 672
                           <xsl:value-of select="."/>
......
679 679
    </xsl:for-each>
680 680
    <xsl:for-each select="bilinearFit">
681 681
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
682
            Bilinear Fit
682
            Bilinear Fit:
683 683
            </td>
684 684
            <td width="{$secondColWidth}">
685 685
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
686 686
                 <xsl:for-each select="xIntercept">
687 687
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
688
                          X Intercept
688
                          X Intercept:
689 689
                         </td>
690 690
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
691 691
                            <xsl:value-of select="."/>
......
694 694
                 </xsl:for-each>
695 695
                 <xsl:for-each select="xSlope">
696 696
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
697
                          X Slope
697
                          X Slope:
698 698
                        </td>
699 699
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
700 700
                           <xsl:value-of select="."/>
......
703 703
                </xsl:for-each>
704 704
                <xsl:for-each select="yIntercept">
705 705
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
706
                          Y Intercept
706
                          Y Intercept:
707 707
                        </td>
708 708
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
709 709
                           <xsl:value-of select="."/>
......
712 712
                </xsl:for-each>
713 713
                <xsl:for-each select="ySlope">
714 714
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
715
                          Y Slope
715
                          Y Slope:
716 716
                        </td>
717 717
                        <td width="{$secondColWidth}" class="{$secondColStyle}">
718 718
                           <xsl:value-of select="."/>
......
732 732
   <xsl:param name="spatialrasterfirstColStyle"/>
733 733
   <xsl:for-each select="accuracyReport">
734 734
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
735
             Report
735
             Report:
736 736
            </td>
737 737
            <td width="{$secondColWidth}" class="{$secondColStyle}">
738 738
                <xsl:value-of select="."/>
......
741 741
   </xsl:for-each>
742 742
   <xsl:if test="quantitativeAccuracyReport">
743 743
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
744
             Quantitative Report
744
             Quantitative Report:
745 745
            </td>
746 746
            <td width="{$secondColWidth}">
747 747
                <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
748 748
                  <xsl:for-each select="quantitativeAccuracyReport">
749 749
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
750
                         Accuracy Value
750
                         Accuracy Value:
751 751
                      </td>
752 752
                      <td width="{$secondColWidth}" class="{$secondColStyle}">
753 753
                        <xsl:value-of select="quantitativeAccuracyValue"/>
754 754
                      </td>
755 755
                    </tr>
756 756
                    <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
757
                         Method
757
                         Method:
758 758
                      </td>
759 759
                      <td width="{$secondColWidth}" class="{$secondColStyle}">
760 760
                        <xsl:value-of select="quantitativeAccuracyMethod"/>
......
774 774
    <xsl:param name="spatialrasterfirstColStyle"/>
775 775
    <xsl:for-each select="illuminationElevationAngle">
776 776
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
777
             Illumination Elevation
777
             Illumination Elevation:
778 778
            </td>
779 779
            <td width="{$secondColWidth}" class="{$secondColStyle}">
780 780
                <xsl:value-of select="."/>
......
783 783
    </xsl:for-each>
784 784
    <xsl:for-each select="illuminationAzimuthAngle">
785 785
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
786
             Illumination Azimuth
786
             Illumination Azimuth:
787 787
            </td>
788 788
            <td width="{$secondColWidth}" class="{$secondColStyle}">
789 789
                <xsl:value-of select="."/>
......
792 792
    </xsl:for-each>
793 793
    <xsl:for-each select="imageOrientationAngle">
794 794
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
795
             Image Orientation
795
             Image Orientation:
796 796
            </td>
797 797
            <td width="{$secondColWidth}" class="{$secondColStyle}">
798 798
                <xsl:value-of select="."/>
......
801 801
    </xsl:for-each>
802 802
    <xsl:for-each select="imagingCondition">
803 803
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
804
             Code Affectting Quality of Image
804
             Code Affectting Quality of Image:
805 805
            </td>
806 806
            <td width="{$secondColWidth}" class="{$secondColStyle}">
807 807
                <xsl:value-of select="."/>
808 808
            </td>
809 809
       </tr>
810 810
    </xsl:for-each>
811
   <xsl:for-each select="imagingCondition">
812
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
813
             Code Affectting Quality of Image
814
            </td>
815
            <td width="{$secondColWidth}" class="{$secondColStyle}">
816
                <xsl:value-of select="."/>
817
            </td>
818
       </tr>
819
    </xsl:for-each> 
820 811
    <xsl:for-each select="imageQualityCode">
821 812
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
822
             Quality
813
             Quality:
823 814
            </td>
824 815
            <td width="{$secondColWidth}" class="{$secondColStyle}">
825 816
                <xsl:value-of select="."/>
......
828 819
    </xsl:for-each>
829 820
    <xsl:for-each select="cloudCoverPercentage">
830 821
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
831
             Cloud Coverage
822
             Cloud Coverage:
832 823
            </td>
833 824
            <td width="{$secondColWidth}" class="{$secondColStyle}">
834 825
                <xsl:value-of select="."/>
......
837 828
    </xsl:for-each>
838 829
    <xsl:for-each select="preProcessingTypeCode">
839 830
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
840
             PreProcessing
831
             PreProcessing:
841 832
            </td>
842 833
            <td width="{$secondColWidth}" class="{$secondColStyle}">
843 834
                <xsl:value-of select="."/>
......
846 837
    </xsl:for-each>
847 838
    <xsl:for-each select="compressionGenerationQuality">
848 839
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
849
             Compression Quality
840
             Compression Quality:
850 841
            </td>
851 842
            <td width="{$secondColWidth}" class="{$secondColStyle}">
852 843
                <xsl:value-of select="."/>
......
855 846
    </xsl:for-each>
856 847
    <xsl:for-each select="triangulationIndicator">
857 848
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
858
             Triangulation Indicator
849
             Triangulation Indicator:
859 850
            </td>
860 851
            <td width="{$secondColWidth}" class="{$secondColStyle}">
861 852
                <xsl:value-of select="."/>
......
864 855
    </xsl:for-each>
865 856
    <xsl:for-each select="radionmetricDataAvailability">
866 857
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
867
             Availability of Radionmetric Data
858
             Availability of Radionmetric Data:
868 859
            </td>
869 860
            <td width="{$secondColWidth}" class="{$secondColStyle}">
870 861
                <xsl:value-of select="."/>
......
873 864
    </xsl:for-each>
874 865
    <xsl:for-each select="cameraCalibrationInformationAvailability">
875 866
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
876
             Availability of Camera Calibration Correction
867
             Availability of Camera Calibration Correction:
877 868
            </td>
878 869
            <td width="{$secondColWidth}" class="{$secondColStyle}">
879 870
                <xsl:value-of select="."/>
......
882 873
    </xsl:for-each>
883 874
    <xsl:for-each select="filmDistortionInformationAvailability">
884 875
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
885
             Availability of Calibration Reseau
876
             Availability of Calibration Reseau:
886 877
            </td>
887 878
            <td width="{$secondColWidth}" class="{$secondColStyle}">
888 879
                <xsl:value-of select="."/>
......
891 882
    </xsl:for-each>
892 883
    <xsl:for-each select="lensDistortionInformationAvailability">
893 884
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
894
             Availability of Lens Aberration Correction
885
             Availability of Lens Aberration Correction:
895 886
            </td>
896 887
            <td width="{$secondColWidth}" class="{$secondColStyle}">
897 888
                <xsl:value-of select="."/>
......
900 891
    </xsl:for-each>
901 892
    <xsl:for-each select="bandDescription">
902 893
     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
903
             Availability of Lens Aberration Correction
894
             Availability of Lens Aberration Correction:
904 895
            </td>
905 896
            <td width="{$secondColWidth}">
906 897
               <xsl:call-template name="bandDescription">
......
919 910
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
920 911
      <xsl:for-each select="sequenceIdentifier">
921 912
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
922
            Sequence Identifier
913
            Sequence Identifier:
923 914
            </td>
924 915
            <td width="{$secondColWidth}" class="{$secondColStyle}">
925 916
                <xsl:value-of select="."/>
......
928 919
     </xsl:for-each>
929 920
     <xsl:for-each select="highWavelength">
930 921
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
931
             High Wave Length
922
             High Wave Length:
932 923
            </td>
933 924
            <td width="{$secondColWidth}" class="{$secondColStyle}">
934 925
                <xsl:value-of select="."/>
......
937 928
     </xsl:for-each>
938 929
     <xsl:for-each select="lowWaveLength">
939 930
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
940
             High Wave Length
931
             High Wave Length:
941 932
            </td>
942 933
            <td width="{$secondColWidth}" class="{$secondColStyle}">
943 934
                <xsl:value-of select="."/>
......
946 937
     </xsl:for-each>
947 938
     <xsl:for-each select="waveLengthUnits">
948 939
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
949
             Wave Length Units
940
             Wave Length Units:
950 941
            </td>
951 942
            <td width="{$secondColWidth}" class="{$secondColStyle}">
952 943
                <xsl:value-of select="."/>
......
955 946
     </xsl:for-each>
956 947
     <xsl:for-each select="peakResponse">
957 948
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
958
             Peak Response
949
             Peak Response:
959 950
            </td>
960 951
            <td width="{$secondColWidth}" class="{$secondColStyle}">
961 952
                <xsl:value-of select="."/>
......
1010 1001
    </tr>
1011 1002
  </xsl:template>
1012 1003
  
1013
  
1014

  
1015 1004
</xsl:stylesheet>

Also available in: Unified diff