ArcObjects Library Reference (Carto)  

IRasterCatalogLayer Interface

Provides access to members that create or modify a raster catalog.

Product Availability

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

When To Use

IRasterCatalogLayer displays raster catalogs.

Members

Description
Read-only property AreaOfInterest The default area of interest for the layer.
Read/write property Cached Indicates if the layer needs its own display cache.
Read-only property CatalogTable Raster catalog table.
Method Create Creates a raster catalog layer.
Read/write property DisplayRasters Indicates whether to display rasters.
Method Draw Draws the layer to the specified display for the given draw phase.
Read/write property MaximumScale Maximum scale (representative fraction) at which the layer will display.
Read/write property MinimumScale Minimum scale (representative fraction) at which the layer will display.
Read/write property Name Layer name.
Read/write property PrimaryField Layer's primary field.
Read/write property Renderer Layer's RasterRenderer.
Read/write property ShowTips Indicates if the layer shows map tips.
Write-only property SpatialReference Spatial reference for the layer.
Read-only property SupportedDrawPhases Supported draw phases.
Read/write property Symbol Layer's symbol.
Read-only property TipText Map tip text at the specified location.
Read-only property Valid Indicates if the layer is currently valid.
Read/write property Visible Indicates if the layer is currently visible.

Inherited Interfaces

Interfaces Description
ILayer Provides access to members that work with all layers.

CoClasses that implement IRasterCatalogLayer

CoClasses and Classes Description
RasterCatalogLayer Raster catalog source and display options.

Remarks

RasterCatalogLayer can be created from a RasterCatalogTable by using the Create method.

The RasterCatalogLayer is rendered by default using the statistics of the first raster dataset in the raster catalog table. You can change the renderer using method Renderer property.