BAND

Used in

RESPONSE  

Servers

Image  ArcMap  

Parent elements

BANDS 

Syntax

<BANDAttribute Description Table
     (r)number="integer"
     (r)value="integer"
>

     No Child Elements
</BAND >
(r): Attribute or child element is required.

Description

Specifies pixel value for an image band at the specified x,y coordinate.

Attribute Descriptions for BAND

AttributeUsage
numberUnique identifier for the band.
valuePixel value for the band at the specified x,y coordinate.
Back to top 

Examples for BAND

<?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>

Back to top