public interface IPredictUsingRegressionFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Predict Using Regression function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0ff19632_8a94_4315_89f9_e1cb463fe9f1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The source raster object.
|
IJSONObject |
getRegressionDefinition()
The trained regression definition json object.
|
java.lang.String |
getRegressionDefinitionFile()
The trained regression definition file.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setRegressionDefinitionByRef(IJSONObject ppJsonObj)
The trained regression definition json object.
|
void |
setRegressionDefinitionFile(java.lang.String pFilename)
The trained regression definition file.
|
static final int IID0ff19632_8a94_4315_89f9_e1cb463fe9f1
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRegressionDefinitionFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRegressionDefinitionFile(java.lang.String pFilename) throws java.io.IOException, AutomationException
pFilename
- The pFilename (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJSONObject getRegressionDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRegressionDefinitionByRef(IJSONObject ppJsonObj) throws java.io.IOException, AutomationException
ppJsonObj
- A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.