|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IExtractBandFunctionArgumentsProxy
com.esri.arcgis.datasourcesraster.IExtractBandFunctionArguments2Proxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IExtractBandFunctionArguments2 |
---|
IID, IIDee22afbb_419c_474b_bf29_457a4b9899d8 |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IExtractBandFunctionArguments |
---|
IID8de0f45a_83d0_4b7b_87ad_69aca8c11080 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
Methods inherited from class com.esri.arcgis.datasourcesraster.IExtractBandFunctionArgumentsProxy |
---|
getBandIDs, getRaster, setBandIDsByRef, setRasterByRef |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, 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, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IExtractBandFunctionArguments |
---|
getBandIDs, getRaster, setBandIDsByRef, setRasterByRef |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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.UnknownHostException
java.io.IOException
public IExtractBandFunctionArguments2Proxy()
public IExtractBandFunctionArguments2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IExtractBandFunctionArguments2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IExtractBandFunctionArgumentsProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IExtractBandFunctionArgumentsProxy
java.io.IOException
public void init(java.lang.String sBandCombination) throws java.io.IOException, AutomationException
init
in interface IExtractBandFunctionArguments2
sBandCombination
- 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 IExtractBandFunctionArguments2
java.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 IExtractBandFunctionArguments2
pMissingBandAction
- 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 IExtractBandFunctionArguments2
java.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 IExtractBandFunctionArguments2
pWavelengthMatchTolerance
- 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 IExtractBandFunctionArguments2
java.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 IExtractBandFunctionArguments2
ppBandWavelengths
- 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 IExtractBandFunctionArguments2
java.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 IExtractBandFunctionArguments2
ppBandNames
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |