com.esri.arcgis.gisclient
Interface IWCSRange

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWCSRangeProxy

public interface IWCSRange
extends Serializable

Provides access to IWCSRange information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IWCSCoverageField getField(int index)
          The WCS field at the given index.
 int getFieldCount()
          The field count of this WCS coverage.
 

Method Detail

getFieldCount

int getFieldCount()
                  throws IOException,
                         AutomationException
The field count of this WCS coverage.

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getField

IWCSCoverageField getField(int index)
                           throws IOException,
                                  AutomationException
The WCS field at the given index.

Product Availability

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

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