BANDS

Used in

RESPONSE  

Servers

Image  ArcMap  

Parent elements

RASTER_INFO 

Syntax

<BANDSAttribute Description Table
     rasterid="string"
>

     (m)<BAND... />

</BANDS >
(m):  Child element can be used multiple times.

Description

Parent element for listing information on one or more bands.

Attribute Descriptions for BANDS

AttributeUsage
rasteridFor ArcSDE raster images, the value represents the row number. When multiple files are used, such as in an image catalog, the value represents the name of the image file. For single images, the value is the name of the image file.
Back to top 

Examples for BANDS

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