com.esri.arcgis.geoprocessing
Interface IGPFileSupport

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

public interface IGPFileSupport
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID59742448_eb0e_4830_9742_d4fd721d1971
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID59742448_eb0e_4830_9742_d4fd721d1971

static final int IID59742448_eb0e_4830_9742_d4fd721d1971
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

getFileTypeCount

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

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

getFileTypeExtension

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

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

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

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

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

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.