com.esri.arcgis.datasourcesraster
Interface IRasterStatistics2

All Superinterfaces:
IRasterStatistics, Serializable
All Known Implementing Classes:
RasterStatistics

public interface IRasterStatistics2
extends IRasterStatistics, Serializable

Provides access to members that control raster statistics.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getCovariances()
          Array of doubles, the covariances with the n bands of the raster.
 void setCovariances(Object pVal)
          Array of doubles, the covariances with the n bands of the raster.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatistics
getIgnoredValues, getMaximum, getMean, getMedian, getMinimum, getMode, getSkipFactorX, getSkipFactorY, getStandardDeviation, isValid, recalculate, setIgnoredValues, setIsValid, setMaximum, setMean, setMinimum, setRasterBand, setSkipFactorX, setSkipFactorY, setStandardDeviation
 

Method Detail

getCovariances

Object getCovariances()
                      throws IOException,
                             AutomationException
Array of doubles, the covariances with the n bands of the raster.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCovariances

void setCovariances(Object pVal)
                    throws IOException,
                           AutomationException
Array of doubles, the covariances with the n bands of the raster.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVal - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.