Raster catalog source and display options.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
A RasterCatalogLayer displays 8.x raster catalogs, the table based raster catalogs. The GdbRasterCatalogLayer object is used to display the geodatabase raster catalogs.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
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. |
IDisplayAdmin (esriDisplay) | Provides access to members that control display administration. |
IDisplayAdmin2 (esriDisplay) | Provides access to members that control display administration. |
IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
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. |
ILayerEffects | Provides access to members that control layer effects. |
ILayerExtensions | Provides access to the extensions of a layer. |
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. |
IPersistStream (esriSystem) | |
IPublishLayer | Provides access to a layer's capability for being published with the ArcGIS Publisher extension. |
IRasterCatalogDisplayProps | Provides access to members that create or modify a raster catalog. |
IRasterCatalogDisplayProps2 | Provides access to members that create or modify a raster catalog. |
IRasterCatalogLayer | Provides access to members that create or modify a raster catalog. |
Event Interfaces
Interfaces | Description |
---|---|
ILayerEvents (default) | Provides access to events that occur when layer visibility changes. |
Working with Events
[Visual Basic 6.0]
When working with RasterCatalogLayer's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pRasterCatalogLayer as RasterCatalogLayer