com.esri.arcgis.geoanalyst
Interface IRasterOpBase

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GridTableOp, IRasterOpBaseProxy, RasterAnalysis, RasterConversionOp, RasterInterpolationOp, RasterMakerOp, RasterMathSupportOp, RasterModel, RasterReclassOp, RasterSurfaceOp, RasterTransformationOp

public interface IRasterOpBase
extends java.io.Serializable

COM Interface 'IRasterOpBase'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Interface of RasterOpBase object' 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 IID3a6957fc_a3f2_4a62_99da_5362833777f3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addOutputDatasetName(int index, IDatasetName pOutName)
          Adds an output dataset name to the specified index.
 void setOutputDatasetNameArrayByRef(IArray rhs1)
          Puts output name array.
 

Field Detail

IID3a6957fc_a3f2_4a62_99da_5362833777f3

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

addOutputDatasetName

void addOutputDatasetName(int index,
                          IDatasetName pOutName)
                          throws java.io.IOException,
                                 AutomationException
Adds an output dataset name to the specified index.

Parameters:
index - The index (in)
pOutName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputDatasetNameArrayByRef

void setOutputDatasetNameArrayByRef(IArray rhs1)
                                    throws java.io.IOException,
                                           AutomationException
Puts output name array.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.