com.esri.arcgis.datasourcesraster
Interface IRasterCommand

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterCommandProxy, RasterCommand

public interface IRasterCommand
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7015c99d_2f08_44f9_88f0_8f85a766cb2b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getArgument()
          The command argument(s).
 int getID()
          The command ID.
 java.lang.String getName()
          The command name, e.g.
 void init(java.lang.String name, int iD, java.lang.Object argument)
          Initializes a raster command.
 

Field Detail

IID7015c99d_2f08_44f9_88f0_8f85a766cb2b

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The command name, e.g. CalculateStatistics, BuildPyramids, and etc.

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The command ID.

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

getArgument

java.lang.Object getArgument()
                             throws java.io.IOException,
                                    AutomationException
The command argument(s).

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

init

void init(java.lang.String name,
          int iD,
          java.lang.Object argument)
          throws java.io.IOException,
                 AutomationException
Initializes a raster command.

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