com.esri.arcgis.datasourcesraster
Interface IStatisticsHistogramFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStatisticsHistogramFunctionArgumentsProxy, StatisticsHistogramFunctionArguments

public interface IStatisticsHistogramFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control statistics and histogram function arguments.' 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 IID1d74f517_1d6f_4037_961b_5280c2193ab5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterHistogramArray getHistograms()
          The array of band histograms.
 java.lang.Object getRaster()
          The raster object.
 IRasterStatisticsArray getStatistics()
          The array of band statistics.
 void setHistogramsByRef(IRasterHistogramArray ppHistograms)
          The array of band histograms.
 void setRasterByRef(java.lang.Object ppRaster)
          The raster object.
 void setStatisticsByRef(IRasterStatisticsArray ppStatistics)
          The array of band statistics.
 

Field Detail

IID1d74f517_1d6f_4037_961b_5280c2193ab5

static final int IID1d74f517_1d6f_4037_961b_5280c2193ab5
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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The raster object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The raster object.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatistics

IRasterStatisticsArray getStatistics()
                                     throws java.io.IOException,
                                            AutomationException
The array of band statistics.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterStatisticsArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatisticsByRef

void setStatisticsByRef(IRasterStatisticsArray ppStatistics)
                        throws java.io.IOException,
                               AutomationException
The array of band statistics.

Parameters:
ppStatistics - A reference to a com.esri.arcgis.datasourcesraster.IRasterStatisticsArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistograms

IRasterHistogramArray getHistograms()
                                    throws java.io.IOException,
                                           AutomationException
The array of band histograms.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogramArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramsByRef

void setHistogramsByRef(IRasterHistogramArray ppHistograms)
                        throws java.io.IOException,
                               AutomationException
The array of band histograms.

Parameters:
ppHistograms - A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogramArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.