This document is archived and information here might be outdated.  Recommended version.


IWCSLayer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IWCSLayer

Classes Description
WCSLayer WCS layer source and display options.