com.esri.arcgis.geoanalyst
Interface IRasterModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterModelProxy, RasterModel

public interface IRasterModel
extends java.io.Serializable

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

Description: 'Provides access to members that control the Raster Model.' 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 IID4606f163_b47d_11d2_9f3b_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void bindFeatureClass(IFeatureClass featureClass, java.lang.String symbol)
          Binds a symbol to a FeatureClass.
 void bindRaster(IRaster raster, java.lang.String symbol)
          Binds a symbol to a Raster.
 void bindString(java.lang.String strName, java.lang.String symbol)
          Binds a symbol to a String.
 void bindTable(ITable table, java.lang.String symbol)
          Binds a symbol to a Table.
 void execute()
          Produces a Raster by executing a script.
 IFeatureClass getBoundFeatureClass(java.lang.String symbol)
          Finds the FeatureClass corresponding to a symbol.
 IRaster getBoundRaster(java.lang.String symbol)
          Finds the Raster corresponding to a symbol.
 ITable getBoundTable(java.lang.String symbol)
          Finds the Table corresponding to a symbol.
 java.lang.Object getBoundUnknown(java.lang.String symbol)
          Finds the interface pointer corresponding to a symbol.
 void setScript(java.lang.String rhs1)
          The model script.
 void unbindSymbol(java.lang.String symbol)
          Unbinds a symbol.
 

Field Detail

IID4606f163_b47d_11d2_9f3b_00c04f8ed1d7

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

setScript

void setScript(java.lang.String rhs1)
               throws java.io.IOException,
                      AutomationException
The model script.

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

bindRaster

void bindRaster(IRaster raster,
                java.lang.String symbol)
                throws java.io.IOException,
                       AutomationException
Binds a symbol to a Raster.

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

bindFeatureClass

void bindFeatureClass(IFeatureClass featureClass,
                      java.lang.String symbol)
                      throws java.io.IOException,
                             AutomationException
Binds a symbol to a FeatureClass.

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

bindTable

void bindTable(ITable table,
               java.lang.String symbol)
               throws java.io.IOException,
                      AutomationException
Binds a symbol to a Table.

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

bindString

void bindString(java.lang.String strName,
                java.lang.String symbol)
                throws java.io.IOException,
                       AutomationException
Binds a symbol to a String.

Parameters:
strName - The strName (in)
symbol - The symbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

execute

void execute()
             throws java.io.IOException,
                    AutomationException
Produces a Raster by executing a script.

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

getBoundRaster

IRaster getBoundRaster(java.lang.String symbol)
                       throws java.io.IOException,
                              AutomationException
Finds the Raster corresponding to a symbol.

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

getBoundFeatureClass

IFeatureClass getBoundFeatureClass(java.lang.String symbol)
                                   throws java.io.IOException,
                                          AutomationException
Finds the FeatureClass corresponding to a symbol.

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

getBoundTable

ITable getBoundTable(java.lang.String symbol)
                     throws java.io.IOException,
                            AutomationException
Finds the Table corresponding to a symbol.

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

getBoundUnknown

java.lang.Object getBoundUnknown(java.lang.String symbol)
                                 throws java.io.IOException,
                                        AutomationException
Finds the interface pointer corresponding to a symbol.

Parameters:
symbol - The symbol (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unbindSymbol

void unbindSymbol(java.lang.String symbol)
                  throws java.io.IOException,
                         AutomationException
Unbinds a symbol.

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