com.esri.arcgis.datasourcesraster
Interface IRasterCalcUniqueValues

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterCalcUniqueValues2
All Known Implementing Classes:
IRasterCalcUniqueValues2Proxy, IRasterCalcUniqueValuesProxy, RasterCalcUniqueValues

public interface IRasterCalcUniqueValues
extends java.io.Serializable

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

Description: 'Provides access to members that controls calculation of unique values.' 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 IIDb065f7f9_c202_466c_b111_f6a89c55ab29
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addFromRaster(IRaster pRaster, int iBand, IUniqueValues pUniqueValues)
          Adds values from a given band of a Raster.
 void addFromRasterAsDecimal(IRaster pRaster, int iBand, double precision, IUniqueValues pUniqueValues)
          Adds decimal values truncated to a given precision from a given band of a Raster.
 void addFromTable(ICursor pCursor, int iValueField, int iCountField, IUniqueValues pUniqueValues)
          Adds values of a field of a table.
 

Field Detail

IIDb065f7f9_c202_466c_b111_f6a89c55ab29

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

addFromTable

void addFromTable(ICursor pCursor,
                  int iValueField,
                  int iCountField,
                  IUniqueValues pUniqueValues)
                  throws java.io.IOException,
                         AutomationException
Adds values of a field of a table.

Parameters:
pCursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)
iValueField - The iValueField (in)
iCountField - The iCountField (in)
pUniqueValues - A reference to a com.esri.arcgis.datasourcesraster.IUniqueValues (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFromRaster

void addFromRaster(IRaster pRaster,
                   int iBand,
                   IUniqueValues pUniqueValues)
                   throws java.io.IOException,
                          AutomationException
Adds values from a given band of a Raster.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
iBand - The iBand (in)
pUniqueValues - A reference to a com.esri.arcgis.datasourcesraster.IUniqueValues (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFromRasterAsDecimal

void addFromRasterAsDecimal(IRaster pRaster,
                            int iBand,
                            double precision,
                            IUniqueValues pUniqueValues)
                            throws java.io.IOException,
                                   AutomationException
Adds decimal values truncated to a given precision from a given band of a Raster.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
iBand - The iBand (in)
precision - The precision (in)
pUniqueValues - A reference to a com.esri.arcgis.datasourcesraster.IUniqueValues (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.