This document is archived and information here might be outdated.  Recommended version.


RasterLayer Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Classes > R > RasterLayer Class
ArcGIS Developer Help

RasterLayerClass Class

Raster layer source and display options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IAttributeTable Provides access to the base table.
IClass (esriGeoDatabase) Provides access to members that return information about and manage the class.
IConnectionPointContainer (esriDisplay)
IDataLayer Provides access to members that control the data source properties of a layer.
IDataLayer2 Provides access to additional members that control the data source properties of a layer.
IDataset (esriGeoDatabase) Provides access to members that supply dataset information.
IDisplayAdmin (esriDisplay) Provides access to members that control display administration.
IDisplayAdmin2 (esriDisplay) Provides access to members that control display administration.
IDisplayRelationshipClass Provides access to members that are used to set up joins.
IDisplayTable Provides access to members that work with the display table associated with a standalone table.
IGeoDataset (esriGeoDatabase) Provides access to members that provide information about a Geographic Dataset.
IGeoReference Provides access to members that control the georeferencing operations.
IGeoReferenceEvents Provides access to events that occur when the state of the layer changes.
IIdentify Provides access to members that identify features.
ILayer2 Provides access to additional members that work with all layers.
ILayerDrawingProperties Provides access to members that control layer drawing properties.
ILayerDrawSetup Provides access to layer draw setups.
ILayerEffects Provides access to members that control layer effects.
ILayerEvents Provides access to events that occur when layer visibility changes.
ILayerExtensions Provides access to the extensions of a layer.
ILayerFields Provides access to members that work with a layer's fields.
ILayerGeneralProperties Provides access to layer general properties.
ILayerInfo Provides access to members that return layer images.
ILayerPosition Provides access to members that control a layer's default position in the map interface.
ILegendInfo Provides access to members that control legend information provided by a renderer.
IMultidimensionalLayer2 Provides access to members that control the multidimensional definition associated with a data object.
IObjectClass (esriGeoDatabase) Provides access to members that return information about an object class.
IObjectClassSchemaEvents (esriGeoDatabase) Provides access to events that occur with an object class' schema.
IPersistStream (esriSystem)
IPublishLayer Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
IRasterDataManagementEvents (esriDataSourcesRaster) Provides access to events that occur with an raster dataset.
IRasterLayer Provides access to members that create or modify a raster layer.
IRasterSpatialSelection Provides access to members that control the behavior of the spatial selection.
IRelationshipClassCollection Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap.
IRelationshipClassCollectionEdit Provides access to members that add and remove memory relationship classes from a standalone table or layer.
ITable (esriGeoDatabase) Provides access to members that return information about and manage tables.
ITableFields (esriGeoDatabase) Provides access to members that return information about a table.
ITableSelection Provides access to members that control table selection.
ITemporaryLayer Provides access to temporary layer properties.
ITimeData Provides access to time related properties of a layer.
ITimeData2 Provides access to time related properties of a layer.
ITimeDataDisplay Provides access to time animation related properties of a layer.
ITimeDimensionDefinition Provides access to properties that define time based on multi-dimensional data.

Remarks

RasterLayer object can be initialized from a file on disk, a Raster object or a RasterDataset object.

A RasterLayer can be retrieved from IMap::Layer property also, if the Map contains a raster layer.

See Also

IRasterLayer Interface