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




Type of Layer used for displaying image data.

Object Model






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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Carto.Layer.Layer
      ESRI.ArcGIS.ADF.IMS.Carto.Layer.ImageLayer

See Also

© 2010 All Rights Reserved.