|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHistogramSpecification
Provides access to members that control histogram specification.
| Method Summary | |
|---|---|
IArray |
getInputHistogram()
The collection of histograms that describe the distribution of input values. |
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. |
| Method Detail |
|---|
void setInputHistogramByRef(IArray ppInputHistograms)
throws IOException,
AutomationException
ppInputHistograms - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getInputHistogram()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetHistogramByRef(IArray ppTargetHistograms)
throws IOException,
AutomationException
ppTargetHistograms - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getTargetHistogram()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void update()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getLookup(int iBand)
throws IOException,
AutomationException
iBand - The iBand (in)
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 | ||||||||