com.esri.arcgis.datasourcesraster
Interface IRasterCalcStatsHistogram2
- All Superinterfaces:
- IRasterCalcStatsHistogram, Serializable
- All Known Implementing Classes:
- RasterCalcStatsHistogram
public interface IRasterCalcStatsHistogram2
- extends IRasterCalcStatsHistogram, Serializable
Provides access to members that controls calculation of stats and histogram.
Description
This interface is new at ArcGIS 9.3. It supersedes IRasterCalcHistogram.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
computeAllFromRaster
void computeAllFromRaster(IRaster pRaster,
IArray pStatsHistograms)
throws IOException,
AutomationException
- Computes stats and histogram from a given Raster.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)pStatsHistograms
- A reference to a com.esri.arcgis.system.IArray (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.