|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValues2
Provides access to members that controls large unique values.
Method Summary | |
---|---|
void |
getLargeHistogram(Object[] pUniqueValues,
Object[] pCounts)
The historgram of values. |
double |
getLargeUniqueCount(int idnex)
The unique value count at a given index. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IUniqueValues |
---|
add, delete, empty, getCount, getHistogram, getMax, getMin, getUniqueCount, getUniqueValue, lookup |
Method Detail |
---|
double getLargeUniqueCount(int idnex) throws IOException, AutomationException
idnex
- The idnex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getLargeHistogram(Object[] pUniqueValues, Object[] pCounts) throws IOException, AutomationException
pUniqueValues
- A Variant (out: use single element array)pCounts
- A Variant (out: use single element array)
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 |