com.esri.arcgis.gisclient
Class IWCSCoverageFieldProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IWCSCoverageFieldProxy
All Implemented Interfaces:
IWCSCoverageField, Externalizable, Serializable

public class IWCSCoverageFieldProxy
extends com.esri.arcgis.interop.Dispatch
implements IWCSCoverageField, 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.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IWCSCoverageFieldProxy()
           
  IWCSCoverageFieldProxy(Object obj)
           
protected IWCSCoverageFieldProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IWCSCoverageFieldProxy

public IWCSCoverageFieldProxy()

IWCSCoverageFieldProxy

public IWCSCoverageFieldProxy(Object obj)
                       throws IOException
Throws:
IOException

IWCSCoverageFieldProxy

protected IWCSCoverageFieldProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getTitle

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

Product Availability

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

Specified by:
getTitle in interface IWCSCoverageField
Returns:
The title
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

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

Product Availability

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

Specified by:
getAbstract in interface IWCSCoverageField
Returns:
The esri_abstract
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentifier

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

Product Availability

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

Specified by:
getIdentifier in interface IWCSCoverageField
Returns:
The identifier
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAxisID

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

Product Availability

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

Specified by:
getAxisID in interface IWCSCoverageField
Returns:
The axisID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAxisKeysCount

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

Product Availability

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

Specified by:
getAxisKeysCount in interface IWCSCoverageField
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAxisKey

public 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.

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

getDefaultInterpolation

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

Product Availability

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

Specified by:
getDefaultInterpolation in interface IWCSCoverageField
Returns:
The interpolation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolationCount

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

Product Availability

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

Specified by:
getInterpolationCount in interface IWCSCoverageField
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolation

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

Product Availability

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

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