public interface IStatisticsHistogramFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1d74f517_1d6f_4037_961b_5280c2193ab5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID1d74f517_1d6f_4037_961b_5280c2193ab5
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterStatisticsArray getStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatisticsByRef(IRasterStatisticsArray ppStatistics) throws java.io.IOException, AutomationException
ppStatistics
- A reference to a com.esri.arcgis.datasourcesraster.IRasterStatisticsArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterHistogramArray getHistograms() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHistogramsByRef(IRasterHistogramArray ppHistograms) throws java.io.IOException, AutomationException
ppHistograms
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogramArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.