public interface IHistogramSpecification
extends java.io.Serializable
Description: 'Provides access to members that control histogram specification.' 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 |
IID978bbc66_4461_44bc_a068_0572a7f2d828 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getInputHistogram()
The collection of histograms that describe the distribution of input values.
|
java.lang.Object |
getLookup(int iBand)
Returns the look-up array for the requested band for remapping pixel values.
|
IArray |
getTargetHistogram()
The collection of target histograms that describe the desired distribution of output values.
|
void |
setInputHistogramByRef(IArray ppInputHistograms)
The collection of histograms that describe the distribution of input values.
|
void |
setTargetHistogramByRef(IArray ppTargetHistograms)
The collection of target histograms that describe the desired distribution of output values.
|
void |
update()
Recalculates the look-up that maps input values -- having a distribution described by the input histograms -- to output values that have a distribution described by the target histograms.
|
static final int IID978bbc66_4461_44bc_a068_0572a7f2d828
static final int xxDummy
static final java.lang.String IID
void setInputHistogramByRef(IArray ppInputHistograms) throws java.io.IOException, AutomationException
ppInputHistograms
- 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.IArray getInputHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTargetHistogramByRef(IArray ppTargetHistograms) throws java.io.IOException, AutomationException
ppTargetHistograms
- 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.IArray getTargetHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void update() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getLookup(int iBand) throws java.io.IOException, AutomationException
iBand
- The iBand (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.