BANDS  Examples

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

<BANDS Attribute Description Table

     rasterid ="string"
>

     (m) <BAND... />

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


Description:


Restrictions:


Notes:


Attribute Descriptions for BANDS:

Attribute Usage Back to Top
rasterid 1 For 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.
 

Examples for BANDS:

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>