com.esri.arcgis.datasourcesraster
Interface IRasterCommandResults2

All Superinterfaces:
IRasterCommandResults, java.io.Serializable
All Known Implementing Classes:
IRasterCommandResults2Proxy

public interface IRasterCommandResults2
extends IRasterCommandResults, java.io.Serializable

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

Description: 'Provides access to member that control a list of raster command results.' 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 IID6f963247_9cbe_4b31_898b_d83f6b378ceb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCommandResults
IIDa2a402a8_db1e_4943_a887_243b83fae327
 
Method Summary
 boolean isResultAvailable()
          Returns TRUE if a result is available to be consumed through a call to the .Next() method.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterCommandResults
next
 

Field Detail

IID6f963247_9cbe_4b31_898b_d83f6b378ceb

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

isResultAvailable

boolean isResultAvailable()
                          throws java.io.IOException,
                                 AutomationException
Returns TRUE if a result is available to be consumed through a call to the .Next() method.

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