|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterModel
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 |
|---|
static final int IID4606f163_b47d_11d2_9f3b_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setScript(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void bindRaster(IRaster raster,
java.lang.String symbol)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void bindFeatureClass(IFeatureClass featureClass,
java.lang.String symbol)
throws java.io.IOException,
AutomationException
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void bindTable(ITable table,
java.lang.String symbol)
throws java.io.IOException,
AutomationException
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void bindString(java.lang.String strName,
java.lang.String symbol)
throws java.io.IOException,
AutomationException
strName - The strName (in)symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void execute()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRaster getBoundRaster(java.lang.String symbol)
throws java.io.IOException,
AutomationException
symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureClass getBoundFeatureClass(java.lang.String symbol)
throws java.io.IOException,
AutomationException
symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getBoundTable(java.lang.String symbol)
throws java.io.IOException,
AutomationException
symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getBoundUnknown(java.lang.String symbol)
throws java.io.IOException,
AutomationException
symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unbindSymbol(java.lang.String symbol)
throws java.io.IOException,
AutomationException
symbol - The symbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||