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 =
public class IClassifyFunctionArguments2Proxy extends IClassifyFunctionArgumentsProxy implements IClassifyFunctionArguments2, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID8841d732_39f6_4faa_8d3f_65d240df6c8dIIDe5da8515_3acf_4c21_98f8_69a175cd1f41| Modifier | Constructor and Description |
|---|---|
|
IClassifyFunctionArguments2Proxy()
Deprecated.
For internal use only
|
|
IClassifyFunctionArguments2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IClassifyFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IClassifyFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IClassifyFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IDoubleArray |
getBackgroundCovariance()
Deprecated.
Background covariance used by the CEM, ACE or MF detection method/classifier.
|
IDoubleArray |
getBackgroundMean()
Deprecated.
Per-band background mean used by the CEM, ACE or MF detection method/classifier.
|
ILongArray |
getBandIsValid()
Deprecated.
Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.
|
IDoubleArray |
getBandWeights()
Deprecated.
Per-band weights used by the CEM, ACE or MF detection method/classifier.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setBackgroundCovarianceByRef(IDoubleArray ppBackgroundCovariance)
Deprecated.
Background covariance used by the CEM, ACE or MF detection method/classifier.
|
void |
setBackgroundMeanByRef(IDoubleArray ppBackgroundMean)
Deprecated.
Per-band background mean used by the CEM, ACE or MF detection method/classifier.
|
void |
setBandIsValidByRef(ILongArray ppIsValid)
Deprecated.
Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.
|
void |
setBandWeightsByRef(IDoubleArray ppWeights)
Deprecated.
Per-band weights used by the CEM, ACE or MF detection method/classifier.
|
getAddedFrameWidth, getClassifierDefinition, getClassifierDefinitionFile, getRaster, getRaster2, setAddedFrameWidth, setClassifierDefinitionByRef, setClassifierDefinitionFile, setRaster2ByRef, setRasterByRefbindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAddedFrameWidth, getClassifierDefinition, getClassifierDefinitionFile, getRaster, getRaster2, setAddedFrameWidth, setClassifierDefinitionByRef, setClassifierDefinitionFile, setRaster2ByRef, setRasterByRefpublic static final java.lang.Class targetClass
public boolean noncastable
public IClassifyFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IClassifyFunctionArguments2Proxy()
public IClassifyFunctionArguments2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IClassifyFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IClassifyFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IClassifyFunctionArgumentsProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IClassifyFunctionArgumentsProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IDoubleArray getBandWeights() throws java.io.IOException, AutomationException
getBandWeights in interface IClassifyFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBandWeightsByRef(IDoubleArray ppWeights) throws java.io.IOException, AutomationException
setBandWeightsByRef in interface IClassifyFunctionArguments2ppWeights - 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.public ILongArray getBandIsValid() throws java.io.IOException, AutomationException
getBandIsValid in interface IClassifyFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBandIsValidByRef(ILongArray ppIsValid) throws java.io.IOException, AutomationException
setBandIsValidByRef in interface IClassifyFunctionArguments2ppIsValid - 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.public IDoubleArray getBackgroundCovariance() throws java.io.IOException, AutomationException
getBackgroundCovariance in interface IClassifyFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBackgroundCovarianceByRef(IDoubleArray ppBackgroundCovariance) throws java.io.IOException, AutomationException
setBackgroundCovarianceByRef in interface IClassifyFunctionArguments2ppBackgroundCovariance - 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.public IDoubleArray getBackgroundMean() throws java.io.IOException, AutomationException
getBackgroundMean in interface IClassifyFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBackgroundMeanByRef(IDoubleArray ppBackgroundMean) throws java.io.IOException, AutomationException
setBackgroundMeanByRef in interface IClassifyFunctionArguments2ppBackgroundMean - 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.