BANDS | Examples |
<BANDS | Attribute
Description Table |
rasterid ="string"
> (m) <BAND... /> </BANDS > | |
(m): Child element can be used multiple times. |
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. |
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> |