|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterBandEdit
Provides access to members that control a raster band.
The IRasterBandEdit provides the functions to alter the statistics and histogram of the raster band. AlterStatistics alters the statistics of the raster band, AlterHistogram alters the histogram info of the raster band. ComputeStatisticsHistogram allows to build statistics and histogram based on the given level of pyramid layer.
Method Summary | |
---|---|
void |
alterHistogram(IRasterHistogram pHistogram)
Alters histogram. |
void |
alterStatistics(IRasterStatistics pStats)
Alters statistics. |
void |
computeStatsHistogram(int pyramidLevel)
Calculates statistics and histogram from a given pyramid level. |
Method Detail |
---|
void alterStatistics(IRasterStatistics pStats) throws IOException, AutomationException
Alters the statistics of the raster band with the given raster statistics.
pStats
- A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alterHistogram(IRasterHistogram pHistogram) throws IOException, AutomationException
Alters the histogram of the raster band with the given raster histogram
pHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void computeStatsHistogram(int pyramidLevel) throws IOException, AutomationException
pyramidLevel
- The pyramidLevel (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 |