public interface IClassifyFunctionArguments2 extends IClassifyFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control Classify function arguments (v2).' 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 |
IID8841d732_39f6_4faa_8d3f_65d240df6c8d |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe5da8515_3acf_4c21_98f8_69a175cd1f41| Modifier and Type | Method and Description |
|---|---|
IDoubleArray |
getBackgroundCovariance()
Background covariance used by the CEM, ACE or MF detection method/classifier.
|
IDoubleArray |
getBackgroundMean()
Per-band background mean used by the CEM, ACE or MF detection method/classifier.
|
ILongArray |
getBandIsValid()
Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.
|
IDoubleArray |
getBandWeights()
Per-band weights used by the CEM, ACE or MF detection method/classifier.
|
void |
setBackgroundCovarianceByRef(IDoubleArray ppBackgroundCovariance)
Background covariance used by the CEM, ACE or MF detection method/classifier.
|
void |
setBackgroundMeanByRef(IDoubleArray ppBackgroundMean)
Per-band background mean used by the CEM, ACE or MF detection method/classifier.
|
void |
setBandIsValidByRef(ILongArray ppIsValid)
Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.
|
void |
setBandWeightsByRef(IDoubleArray ppWeights)
Per-band weights used by the CEM, ACE or MF detection method/classifier.
|
getAddedFrameWidth, getClassifierDefinition, getClassifierDefinitionFile, getRaster, getRaster2, setAddedFrameWidth, setClassifierDefinitionByRef, setClassifierDefinitionFile, setRaster2ByRef, setRasterByRefstatic final int IID8841d732_39f6_4faa_8d3f_65d240df6c8d
static final int xxDummy
static final java.lang.String IID
IDoubleArray getBandWeights() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBandWeightsByRef(IDoubleArray ppWeights) throws java.io.IOException, AutomationException
ppWeights - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ILongArray getBandIsValid() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBandIsValidByRef(ILongArray ppIsValid) throws java.io.IOException, AutomationException
ppIsValid - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IDoubleArray getBackgroundCovariance() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBackgroundCovarianceByRef(IDoubleArray ppBackgroundCovariance) throws java.io.IOException, AutomationException
ppBackgroundCovariance - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IDoubleArray getBackgroundMean() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBackgroundMeanByRef(IDoubleArray ppBackgroundMean) throws java.io.IOException, AutomationException
ppBackgroundMean - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.