<BAND | Attribute Description Table |
(r)number="integer" (r)value="integer" > No Child Elements </BAND > | |
(r): Attribute or child element is required. |
Attribute | Usage |
---|---|
number | Unique identifier for the band. |
value | Pixel value for the band at the specified x,y coordinate. |
<?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> |