ESRI.ArcGIS.ADF.IMS
MultibandCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : MultibandCollection Class




A thread-safe collection of Multibands.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class MultibandCollection 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As MultibandCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class MultibandCollection : ThreadSafeCollection 

Example

For an example of handling a MultibandCollection, see ImageLayer.Identify.

Remarks

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.IMS.Carto.Layer.MultibandCollection

See Also

© 2010 All Rights Reserved.