com.esri.arcgis.catalog
Interface IGxWCSCoverage

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxWCSCoverage

public interface IGxWCSCoverage
extends Serializable

Provides access to members GxWCSCoverage object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWCSCoverageDescription getWCSCoverageDescription()
          The description of WCS coverage.
 void setWCSCoverageDescriptionByRef(IWCSCoverageDescription ppWCSCoverageDescription)
          The description of WCS coverage.
 

Method Detail

setWCSCoverageDescriptionByRef

void setWCSCoverageDescriptionByRef(IWCSCoverageDescription ppWCSCoverageDescription)
                                    throws IOException,
                                           AutomationException
The description of WCS coverage.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppWCSCoverageDescription - A reference to a com.esri.arcgis.gisclient.IWCSCoverageDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWCSCoverageDescription

IWCSCoverageDescription getWCSCoverageDescription()
                                                  throws IOException,
                                                         AutomationException
The description of WCS coverage.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.gisclient.IWCSCoverageDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.