![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
MultibandCollection Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : MultibandCollection Class |

Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class MultibandCollection Inherits ESRI.ArcGIS.ADF.ThreadSafeCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MultibandCollection |
C# | |
---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class MultibandCollection : ESRI.ArcGIS.ADF.ThreadSafeCollection |
A MultibandCollection is returned from an Identify operation on an ImageLayer. It contains the information about pixels at the x,y location specifed in the Identify operation.
An image layer can consist of a single image, such as one JPEG image on disk, or a raster mosaic in ArcSDE. In this case the MulitbandCollection will contain a single Multiband object. An image layer can also consist of multiple overlapping images, such as in an image directory, image catalog, or ArcSDE raster catalog (see ArcIMS Help for information on image data). In this case, the identify operation may find multiple images at a single location. In this case, the MultibandCollection will contain multiple Multiband objects.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family