public interface IRasterCommand2 extends IRasterCommand, java.io.Serializable
Description: 'Provides access to member that control a raster command.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID236c66a9_8008_46dc_a4bb_4818b9834eea |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7015c99d_2f08_44f9_88f0_8f85a766cb2b| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute()
Indicates if this command can execute itself.
|
java.lang.Object |
execute()
Executes a raster command.
|
java.lang.String |
getMachineName()
The server machine name.
|
void |
setMachineName(java.lang.String pMachineName)
The server machine name.
|
getArgument, getID, getName, initstatic final int IID236c66a9_8008_46dc_a4bb_4818b9834eea
static final int xxDummy
static final java.lang.String IID
java.lang.String getMachineName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMachineName(java.lang.String pMachineName)
throws java.io.IOException,
AutomationException
pMachineName - The pMachineName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean canExecute()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object execute()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.