Description: 'Provides access to members that control band extraction function argument(s).' 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 IExtractBandFunctionArguments2Proxy extends IExtractBandFunctionArgumentsProxy implements IExtractBandFunctionArguments2, 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, IIDee22afbb_419c_474b_bf29_457a4b9899d8IID8de0f45a_83d0_4b7b_87ad_69aca8c11080| Modifier | Constructor and Description |
|---|---|
|
IExtractBandFunctionArguments2Proxy()
Deprecated.
For internal use only
|
|
IExtractBandFunctionArguments2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IExtractBandFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IExtractBandFunctionArguments2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IExtractBandFunctionArguments2Proxy(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.
|
IStringArray |
getBandNames()
Deprecated.
The list of bands to be extracted by name.
|
IDoubleArray |
getBandWavelengths()
Deprecated.
The list of bands to be extracted by mid wavelength values (in nanometers).
|
int |
getMissingBandAction()
Deprecated.
Indicates how the raster function behaves when a requested band (specified by index, name, or wavelength) is not found in the input raster.
|
double |
getWavelengthMatchTolerance()
Deprecated.
The wavelength tolerance value in nanometers.
|
void |
init(java.lang.String sBandCombination)
Deprecated.
Initialize extract band arguments using the specified space- or semicolon-delimited band combination.
|
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 |
setBandNamesByRef(IStringArray ppBandNames)
Deprecated.
The list of bands to be extracted by name.
|
void |
setBandWavelengthsByRef(IDoubleArray ppBandWavelengths)
Deprecated.
The list of bands to be extracted by mid wavelength values (in nanometers).
|
void |
setMissingBandAction(int pMissingBandAction)
Deprecated.
Indicates how the raster function behaves when a requested band (specified by index, name, or wavelength) is not found in the input raster.
|
void |
setWavelengthMatchTolerance(double pWavelengthMatchTolerance)
Deprecated.
The wavelength tolerance value in nanometers.
|
getBandIDs, getRaster, setBandIDsByRef, 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, waitgetBandIDs, getRaster, setBandIDsByRef, setRasterByRefpublic static final java.lang.Class targetClass
public boolean noncastable
public IExtractBandFunctionArguments2Proxy(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 IExtractBandFunctionArguments2Proxy()
public IExtractBandFunctionArguments2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IExtractBandFunctionArguments2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IExtractBandFunctionArguments2Proxy(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 IExtractBandFunctionArgumentsProxyiidStr - 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 IExtractBandFunctionArgumentsProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void init(java.lang.String sBandCombination)
throws java.io.IOException,
AutomationException
init in interface IExtractBandFunctionArguments2sBandCombination - The sBandCombination (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMissingBandAction()
throws java.io.IOException,
AutomationException
getMissingBandAction in interface IExtractBandFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMissingBandAction(int pMissingBandAction)
throws java.io.IOException,
AutomationException
setMissingBandAction in interface IExtractBandFunctionArguments2pMissingBandAction - A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getWavelengthMatchTolerance()
throws java.io.IOException,
AutomationException
getWavelengthMatchTolerance in interface IExtractBandFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWavelengthMatchTolerance(double pWavelengthMatchTolerance)
throws java.io.IOException,
AutomationException
setWavelengthMatchTolerance in interface IExtractBandFunctionArguments2pWavelengthMatchTolerance - The pWavelengthMatchTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDoubleArray getBandWavelengths() throws java.io.IOException, AutomationException
getBandWavelengths in interface IExtractBandFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBandWavelengthsByRef(IDoubleArray ppBandWavelengths) throws java.io.IOException, AutomationException
setBandWavelengthsByRef in interface IExtractBandFunctionArguments2ppBandWavelengths - 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 IStringArray getBandNames() throws java.io.IOException, AutomationException
getBandNames in interface IExtractBandFunctionArguments2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBandNamesByRef(IStringArray ppBandNames) throws java.io.IOException, AutomationException
setBandNamesByRef in interface IExtractBandFunctionArguments2ppBandNames - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.