com.esri.arcgis.datasourcesraster
Interface IFormatList

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FormatList, IFormatListProxy

public interface IFormatList
extends java.io.Serializable

COM Interface 'IFormatList'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that contain information about all raster formats currently supported.' 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 IID34bd97e1_5ed8_11d3_80ea_00500462e955
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Total number of formats.
 int getCurrentRecord()
          Index of currently accessed format information.
 IFormatData item(int index)
          Returns format information for a given index.
 void setCurrentRecord(int pVal)
          Index of currently accessed format information.
 

Field Detail

IID34bd97e1_5ed8_11d3_80ea_00500462e955

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Total number of formats.

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

item

IFormatData item(int index)
                 throws java.io.IOException,
                        AutomationException
Returns format information for a given index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IFormatData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentRecord

int getCurrentRecord()
                     throws java.io.IOException,
                            AutomationException
Index of currently accessed format information.

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

setCurrentRecord

void setCurrentRecord(int pVal)
                      throws java.io.IOException,
                             AutomationException
Index of currently accessed format information.

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