BAND  Examples

Used in:  RESPONSE  
Servers:  Image   ArcMap  
Parent elements:  BANDS  

<BAND Attribute Description Table

     number ="integer"
     value ="integer"
>

     No Child Elements
</BAND >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for BAND:

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.
 

Examples for BAND:

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>