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