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, java.io.Externalizable, java.io.Serializable

public class IWCSCoverageFieldProxy
extends com.esri.arcgis.interop.Dispatch
implements IWCSCoverageField, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.gisclient.IWCSCoverageField
IID, IIDd970569f_8f77_42cb_98be_b7c0d8b87795
 
Constructor Summary
  IWCSCoverageFieldProxy()
          For internal use only
  IWCSCoverageFieldProxy(java.lang.Object obj)
           
protected IWCSCoverageFieldProxy(java.lang.Object obj, java.lang.String iid)
           
  IWCSCoverageFieldProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IWCSCoverageFieldProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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.
 void removeListener(java.lang.String iidStr, java.lang.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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IWCSCoverageFieldProxy

public IWCSCoverageFieldProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IWCSCoverageFieldProxy

public IWCSCoverageFieldProxy()
For internal use only


IWCSCoverageFieldProxy

public IWCSCoverageFieldProxy(java.lang.Object obj)
                       throws java.io.IOException
Throws:
java.io.IOException

IWCSCoverageFieldProxy

protected IWCSCoverageFieldProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Throws:
java.io.IOException

IWCSCoverageFieldProxy

protected IWCSCoverageFieldProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

getTitle

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

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

getAbstract

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

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

getIdentifier

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

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

getAxisID

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

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

getAxisKeysCount

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

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

getAxisKey

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

Specified by:
getAxisKey in interface IWCSCoverageField
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

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

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

getInterpolationCount

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

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

getInterpolation

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

Specified by:
getInterpolation in interface IWCSCoverageField
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.