|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHistogramSpecification
COM Interface 'IHistogramSpecification'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID978bbc66_4461_44bc_a068_0572a7f2d828
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID978bbc66_4461_44bc_a068_0572a7f2d828
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||