BAND | Examples |
<BAND | Attribute
Description Table |
number
="integer" value ="integer" > No Child Elements </BAND > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
number | 1 Unique identifier for the band. | |
value | 2 Pixel value for the band at the specified x,y coordinate. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF8"?> <ARCXML version="1.1"> <RESPONSE> <RASTER_INFO> <BANDS rasterid="1"> <BAND number="0" value="238" /> </BANDS> </RASTER_INFO> </RESPONSE> </ARCXML> |