|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCommandResult
Provides access to member that control a raster command result.
Method Summary | |
---|---|
IRasterCommand |
getCommand()
The executed command. |
void |
getStatus()
The return status. |
Object |
getValue()
The return value. |
void |
init(IRasterCommand pCommand,
Object value,
long status)
Initializes a raster command result. |
Method Detail |
---|
IRasterCommand getCommand() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void init(IRasterCommand pCommand, Object value, long status) throws IOException, AutomationException
pCommand
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCommand (in)value
- A Variant (in)status
- An error code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |