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


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

IWCSServiceDescription Interface

Provides access to members give access to WCSServiceDescription information.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read-only property Abstract Abstract of WCS Service.
Read-only property AccessConstrains Constrains to access to this WCS Service.
Read-only property BaseURL Base url for given capability and request method.
Read-only property CoverageDescriptionByIndex WCS coverage information at the given index.
Read-only property CoverageDescriptionByName CoverageDescription by name.
Read-only property CoverageDescriptionCount WCS coverage count.
Read-only property CoverageRequestUrl The URL to download the coverage from.
Read-only property ExceptionFormat Supported exception at the given index.
Read-only property ExceptionFormatCount Supported exception format count.
Method FireWCSException Notifies listeners about a valid exception from the WCS Service.
Method FireWCSRequest Notifies listeners about the URL request made to this WCS Service.
Read-only property Keyword Available keyword at the given index.
Read-only property KeywordCount Available keyword count.
Read-only property SupportedVersion Supported version at the given index.
Read-only property SupportedVersionsCount Supported versions count.
Read-only property Title Title of WCS Service.
Read-only property Version Default version of WCS Service.
Read-only property WCSName Name of WCS Service.

Classes that implement IWCSServiceDescription

Classes Description
WCSConnection The Connection for WCS.