com.esri.arcgis.datasourcesraster
Interface IStatsHistogram2
- All Superinterfaces:
- IStatsHistogram, Serializable
- All Known Implementing Classes:
- StatsHistogram
public interface IStatsHistogram2
- extends IStatsHistogram, Serializable
Provides access to members that controls stats and histogram.
Remarks
The IStatsHistogram2 has the read-only property PixelCount.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Methods inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram |
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update |
getPixelCount
double getPixelCount()
throws IOException,
AutomationException
- The total pixel count.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pNumPixels
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.