com.esri.arcgis.datasourcesraster
Interface IRasterHistogram

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterHistogramProxy, RasterHistogram

public interface IRasterHistogram
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster histogram.' 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 IID7aca3d0b_0629_11d2_8d24_0000f8780535
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int bin(double pixval)
          Translates pixel values to integer Bin index.
 IBinFunction getBinFunction()
          The Bin function that maps pixel value into histogram index.
 java.lang.Object getCounts()
          Count array in doubles.
 void setCounts(java.lang.Object pVal)
          Count array in doubles.
 

Field Detail

IID7aca3d0b_0629_11d2_8d24_0000f8780535

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

getCounts

java.lang.Object getCounts()
                           throws java.io.IOException,
                                  AutomationException
Count array in doubles.

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

setCounts

void setCounts(java.lang.Object pVal)
               throws java.io.IOException,
                      AutomationException
Count array in doubles.

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

bin

int bin(double pixval)
        throws java.io.IOException,
               AutomationException
Translates pixel values to integer Bin index.

Parameters:
pixval - The pixval (in)
Returns:
The bin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBinFunction

IBinFunction getBinFunction()
                            throws java.io.IOException,
                                   AutomationException
The Bin function that maps pixel value into histogram index.

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