|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStatistics2
Provides access to members that control raster statistics.
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 |
---|
Object getCovariances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCovariances(Object pVal) throws IOException, AutomationException
pVal
- A Variant (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 |