com.esri.arcgis.datasourcesraster
Interface IRasterCommandResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterCommandResultProxy, RasterCommandResult

public interface IRasterCommandResult
extends java.io.Serializable

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

Description: 'Provides access to member that control a raster command result.' 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 IID33c156e6_9808_4dda_accb_9a698751c970
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterCommand getCommand()
          The executed command.
 void getStatus()
          The return status.
 java.lang.Object getValue()
          The return value.
 void init(IRasterCommand pCommand, java.lang.Object value, long status)
          Initializes a raster command result.
 

Field Detail

IID33c156e6_9808_4dda_accb_9a698751c970

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

getCommand

IRasterCommand getCommand()
                          throws java.io.IOException,
                                 AutomationException
The executed command.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterCommand
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
The return value.

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

getStatus

void getStatus()
               throws java.io.IOException,
                      AutomationException
The return status.

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

init

void init(IRasterCommand pCommand,
          java.lang.Object value,
          long status)
          throws java.io.IOException,
                 AutomationException
Initializes a raster command result.

Parameters:
pCommand - A reference to a com.esri.arcgis.datasourcesraster.IRasterCommand (in)
value - A Variant (in)
status - An error code (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.