public interface IRasterCalcUniqueValues
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb065f7f9_c202_466c_b111_f6a89c55ab29 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDb065f7f9_c202_466c_b111_f6a89c55ab29
static final int xxDummy
static final java.lang.String IID
void addFromTable(ICursor pCursor, int iValueField, int iCountField, IUniqueValues pUniqueValues) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFromRaster(IRaster pRaster, int iBand, IUniqueValues pUniqueValues) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFromRasterAsDecimal(IRaster pRaster, int iBand, double precision, IUniqueValues pUniqueValues) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.