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




Type of Layer used for displaying image data.

Object Model

ImageLayer Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class ImageLayer 
   Inherits Layer
Visual Basic (Usage)Copy Code
Dim instance As ImageLayer
C# 
[SerializableAttribute()]
public class ImageLayer : Layer 

Remarks

An ImageLayer consists image (raster) data arranged as rows and columns of cells (pixels). See the Layer overview for a discussion of layer types.

An ImageLayer can be drawn on the map. Individual cells can be identified to find the value of the cell. ImageLayers cannot be queried for groups of cells. Rendering cannot be changed for ImageLayers.

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.