com.esri.arcgis.datasourcesraster
Interface IRasterStatistics2

All Superinterfaces:
IRasterStatistics, java.io.Serializable
All Known Implementing Classes:
IRasterStatistics2Proxy, RasterStatistics

public interface IRasterStatistics2
extends IRasterStatistics, java.io.Serializable

COM Interface 'IRasterStatistics2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster statistics.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdc667a54_7969_4486_aa5a_f7ec40d4b707
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatistics
IID7e7e6103_fa34_11d1_8d22_0000f8780535
 
Method Summary
 java.lang.Object getCovariances()
          Array of doubles, the covariances with the n bands of the raster.
 void setCovariances(java.lang.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
 

Field Detail

IIDdc667a54_7969_4486_aa5a_f7ec40d4b707

static final int IIDdc667a54_7969_4486_aa5a_f7ec40d4b707
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCovariances

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

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

setCovariances

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

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