com.esri.arcgis.geoprocessing
Class IGPFileSupportProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPFileSupportProxy
All Implemented Interfaces:
IGPFileSupport, java.io.Externalizable, java.io.Serializable

public class IGPFileSupportProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPFileSupport, java.io.Serializable

Internal use class Proxy for COM Interface 'IGPFileSupport'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing file support object.' 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.geoprocessing.IGPFileSupport
IID, IID59742448_eb0e_4830_9742_d4fd721d1971
 
Constructor Summary
  IGPFileSupportProxy()
          For internal use only
  IGPFileSupportProxy(java.lang.Object obj)
           
protected IGPFileSupportProxy(java.lang.Object obj, java.lang.String iid)
           
  IGPFileSupportProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGPFileSupportProxy(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)
           
 int getFileTypeCount()
          The number of file descriptions.
 java.lang.String getFileTypeDescription(int index)
          The description of the file type.
 java.lang.String getFileTypeExtension(int index)
          The extension of the file type.
 java.lang.String getFileTypeImagePath(int index)
          The path to the image file of the file type.
 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

IGPFileSupportProxy

public IGPFileSupportProxy(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

IGPFileSupportProxy

public IGPFileSupportProxy()
For internal use only


IGPFileSupportProxy

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

IGPFileSupportProxy

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

IGPFileSupportProxy

protected IGPFileSupportProxy(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

getFileTypeCount

public int getFileTypeCount()
                     throws java.io.IOException,
                            AutomationException
The number of file descriptions.

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

getFileTypeExtension

public java.lang.String getFileTypeExtension(int index)
                                      throws java.io.IOException,
                                             AutomationException
The extension of the file type.

Specified by:
getFileTypeExtension in interface IGPFileSupport
Parameters:
index - The index (in)
Returns:
The extension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileTypeDescription

public java.lang.String getFileTypeDescription(int index)
                                        throws java.io.IOException,
                                               AutomationException
The description of the file type.

Specified by:
getFileTypeDescription in interface IGPFileSupport
Parameters:
index - The index (in)
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileTypeImagePath

public java.lang.String getFileTypeImagePath(int index)
                                      throws java.io.IOException,
                                             AutomationException
The path to the image file of the file type.

Specified by:
getFileTypeImagePath in interface IGPFileSupport
Parameters:
index - The index (in)
Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.