public interface IThresholdFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control threshold 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 |
IID3f809515_e6c8_4ba4_9dad_0df349b3f704 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getHistograms()
The raster band histograms.
|
java.lang.Object |
getRaster()
The source raster object.
|
IDoubleArray |
getThresholds()
The binary thresholding values.
|
int |
getThresholdType()
The binary thresholding types.
|
void |
setHistogramsByRef(IArray ppHistograms)
The raster band histograms.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setThresholdsByRef(IDoubleArray ppThresholds)
The binary thresholding values.
|
void |
setThresholdType(int pThresholdType)
The binary thresholding types.
|
static final int IID3f809515_e6c8_4ba4_9dad_0df349b3f704
static final int xxDummy
static final java.lang.String IID
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.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.int getThresholdType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThresholdType(int pThresholdType) throws java.io.IOException, AutomationException
pThresholdType
- A com.esri.arcgis.datasourcesraster.esriRasterThresholdType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getThresholds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThresholdsByRef(IDoubleArray ppThresholds) throws java.io.IOException, AutomationException
ppThresholds
- 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.IArray getHistograms() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHistogramsByRef(IArray ppHistograms) throws java.io.IOException, AutomationException
ppHistograms
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.