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




A thread-safe collection of Multibands.

Object Model

MultibandCollection Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class MultibandCollection 
   Inherits ESRI.ArcGIS.ADF.ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As MultibandCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class MultibandCollection : ESRI.ArcGIS.ADF.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.

Requirements

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

See Also

© 2011 All Rights Reserved.