ArcObjects Library Reference (Carto)  

IWCSLayer Interface

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

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Provide access to the properties and methods of WCS Layer through which an OGC coverage served by a Web Coverage Service (WCS) can be accessed and visualized.

Members

Description
Read-only property CoverageName The WCS coverage name.
Method Create Creates a WCS layer from given WCS coverage definition.
Method Refresh Refreshes layer once any of layer properies has changed.
Read/write property ResamplingType The request resampling (interpolation) type.
Read-only property ServiceURL The WCS service URL.
Read/write property Timeout The request timeout value in seconds.
Read-only property Version The WCS service version.

CoClasses that implement IWCSLayer

CoClasses and Classes Description
WCSLayer WCS layer source and display options.