WCS layer source and display options.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This object is new at ArcGIS 9.3.
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. |
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. |
IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
IIdentify | Provides access to members that identify features. |
ILayer | Provides access to 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. |
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. |
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. |
IWCSLayer | Provides access to members that create or modify a raster layer. |
Remarks
WCSLayer accesses a coverage served through an OGC WCS service and visualize the pixels of the coverage in ArcGIS. An OGC coverage is similar to a raster in ArcGIS, and WCSLayer supports most of the functions that a RasterLayer provides. The display of a OGC coverage layer can be manipulated by accessing Renderer and other information throught IRasterLayer interface.
WCSLayer supports two types of renderers, RasterStretchColorRampRenderer and RasterRGBRenderer.