com.esri.arcgis.gisclient
Interface IWCSCoverageField

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWCSCoverageFieldProxy

public interface IWCSCoverageField
extends Serializable

Provides access to IWCSCoverageField information.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 String getAbstract()
          Abstract of a WCS coverage field.
 String getAxisID()
          Axis ID of a WCS coverage field.
 String getAxisKey(int index)
          Available axis key at the given index.
 int getAxisKeysCount()
          The count of available axis keys.
 String getDefaultInterpolation()
          The default interpolation.
 String getIdentifier()
          Identifier of WCS field.
 String getInterpolation(int index)
          Available interpolation at the given index.
 int getInterpolationCount()
          Supported interpolation count.
 String getTitle()
          Title of a WCS coverage field.
 

Method Detail

getTitle

String getTitle()
                throws IOException,
                       AutomationException
Title of a WCS coverage field.

Product Availability

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

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

getAbstract

String getAbstract()
                   throws IOException,
                          AutomationException
Abstract of a WCS coverage field.

Product Availability

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

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

getIdentifier

String getIdentifier()
                     throws IOException,
                            AutomationException
Identifier of WCS field.

Product Availability

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

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

getAxisID

String getAxisID()
                 throws IOException,
                        AutomationException
Axis ID of a WCS coverage field.

Product Availability

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

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

getAxisKeysCount

int getAxisKeysCount()
                     throws IOException,
                            AutomationException
The count of available axis keys.

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.

getAxisKey

String getAxisKey(int index)
                  throws IOException,
                         AutomationException
Available axis key at the given index.

Product Availability

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

Parameters:
index - The index (in)
Returns:
The key
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultInterpolation

String getDefaultInterpolation()
                               throws IOException,
                                      AutomationException
The default interpolation.

Product Availability

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

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

getInterpolationCount

int getInterpolationCount()
                          throws IOException,
                                 AutomationException
Supported interpolation count.

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.

getInterpolation

String getInterpolation(int index)
                        throws IOException,
                               AutomationException
Available interpolation at the given index.

Product Availability

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

Parameters:
index - The index (in)
Returns:
The interpolation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.