public interface IRasterCalcUniqueValues3 extends IRasterCalcUniqueValues2, 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 |
IID4f1db6a1_e923_46d0_897a_f858a7253d05 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7c39b731_a6a8_4843_a734_ff607331e57a
IIDb065f7f9_c202_466c_b111_f6a89c55ab29
Modifier and Type | Method and Description |
---|---|
void |
addFromBlock(IPixelBlock pBlock,
double precision,
IUniqueValues pUniqueValues)
Adds decimal values truncated to a given precision from a given a pixel block.
|
IPnt |
getBlockSize()
The calculation block size.
|
void |
setBlockSize(IPnt ppSize)
The calculation block size.
|
getMaxUniqueValueCount, setMaxUniqueValueCount
addFromRaster, addFromRasterAsDecimal, addFromTable
static final int IID4f1db6a1_e923_46d0_897a_f858a7253d05
static final int xxDummy
static final java.lang.String IID
void setBlockSize(IPnt ppSize) throws java.io.IOException, AutomationException
ppSize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getBlockSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFromBlock(IPixelBlock pBlock, double precision, IUniqueValues pUniqueValues) throws java.io.IOException, AutomationException
pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (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.