|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterCalcUniqueValues
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 |
|---|
static final int IIDb065f7f9_c202_466c_b111_f6a89c55ab29
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||