public interface ISpectralAngleMapperFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control spectral angle mapper 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 |
IID8f166f2f_f55b_4a87_b1fd_0ea17f25b10d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The input raster.
|
IJSONObject |
getSpectralProfileDefinition()
The trained classifier definition json object.
|
java.lang.String |
getSpectralProfileFile()
The trained classifier definition file.
|
double |
getThreshold()
Controls the threshold for classification.
|
ITable |
getTrainingFeature()
The feature class as training samples.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
void |
setSpectralProfileDefinitionByRef(IJSONObject ppJsonObj)
The trained classifier definition json object.
|
void |
setSpectralProfileFile(java.lang.String pFilename)
The trained classifier definition file.
|
void |
setThreshold(double pThreshold)
Controls the threshold for classification.
|
void |
setTrainingFeatureByRef(ITable ppFeatureClass)
The feature class as training samples.
|
static final int IID8f166f2f_f55b_4a87_b1fd_0ea17f25b10d
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 getSpectralProfileFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpectralProfileFile(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 getSpectralProfileDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpectralProfileDefinitionByRef(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.double getThreshold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThreshold(double pThreshold) throws java.io.IOException, AutomationException
pThreshold
- The pThreshold (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getTrainingFeature() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrainingFeatureByRef(ITable ppFeatureClass) throws java.io.IOException, AutomationException
ppFeatureClass
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.