com.esri.arcgis.datasourcesraster
Class RasterCommand

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.RasterCommand
All Implemented Interfaces:
IRasterCommand, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RasterCommand
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterCommand

COM Class 'RasterCommand'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The raster command class.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCommand
IID, IID7015c99d_2f08_44f9_88f0_8f85a766cb2b, xxDummy
 
Constructor Summary
RasterCommand()
          Constructs a RasterCommand using ArcGIS Engine.
RasterCommand(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCommand theRasterCommand = (RasterCommand) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.Object getArgument()
          The command argument(s).
static java.lang.String getClsid()
          getClsid.
 int getID()
          The command ID.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          The command name, e.g.
 int hashCode()
          the hashcode for this object
 void init(java.lang.String name, int iD, java.lang.Object argument)
          Initializes a raster command.
 void release()
          Release a RasterCommand.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterCommand

public RasterCommand()
              throws java.io.IOException,
                     java.net.UnknownHostException
Constructs a RasterCommand using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RasterCommand

public RasterCommand(java.lang.Object obj)
              throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCommand theRasterCommand = (RasterCommand) obj;

Construct a RasterCommand using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterCommand.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a RasterCommand.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

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

Specified by:
getName in interface IRasterCommand
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

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

Specified by:
getID in interface IRasterCommand
Returns:
The pID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArgument

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

Specified by:
getArgument in interface IRasterCommand
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

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

Specified by:
init in interface IRasterCommand
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.