com.esri.arcgis.gisclient
Interface IWCSCoverageField

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSCoverageFieldProxy

public interface IWCSCoverageField
extends java.io.Serializable

COM Interface 'IWCSCoverageField'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to IWCSCoverageField information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd970569f_8f77_42cb_98be_b7c0d8b87795
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAbstract()
          Abstract of a WCS coverage field.
 java.lang.String getAxisID()
          Axis ID of a WCS coverage field.
 java.lang.String getAxisKey(int index)
          Available axis key at the given index.
 int getAxisKeysCount()
          The count of available axis keys.
 java.lang.String getDefaultInterpolation()
          The default interpolation.
 java.lang.String getIdentifier()
          Identifier of WCS field.
 java.lang.String getInterpolation(int index)
          Available interpolation at the given index.
 int getInterpolationCount()
          Supported interpolation count.
 java.lang.String getTitle()
          Title of a WCS coverage field.
 

Field Detail

IIDd970569f_8f77_42cb_98be_b7c0d8b87795

static final int IIDd970569f_8f77_42cb_98be_b7c0d8b87795
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTitle

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

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

getAbstract

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

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

getIdentifier

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

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

getAxisID

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

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

getAxisKeysCount

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

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

getAxisKey

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

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

getDefaultInterpolation

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

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

getInterpolationCount

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

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

getInterpolation

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

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