public interface ILabelBadBandsFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Label Bad Bands 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 |
IID9ac2cfd8_fc1b_4967_8f71_18623ef5757d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBands()
The band IDs or wavelengths that will be marked as bad bands in ranges or/and lists.
|
int |
getMethod()
The method to label bad bands in a raster based on band IDs or wavelengths, which can be specified individually or as ranges.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setBands(java.lang.String pBands)
The band IDs or wavelengths that will be marked as bad bands in ranges or/and lists.
|
void |
setMethod(int pLabelBadBandsMethod)
The method to label bad bands in a raster based on band IDs or wavelengths, which can be specified individually or as ranges.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID9ac2cfd8_fc1b_4967_8f71_18623ef5757d
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.int getMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMethod(int pLabelBadBandsMethod)
throws java.io.IOException,
AutomationException
pLabelBadBandsMethod - A com.esri.arcgis.datasourcesraster.esriLabelBadBandsMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getBands()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBands(java.lang.String pBands)
throws java.io.IOException,
AutomationException
pBands - The pBands (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.