|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterHistograms
Provides access to members that controls a list of histograms.
Method Summary | |
---|---|
void |
add(IRasterHistogram pHistogram)
Adds a raster histogram. |
int |
getCount()
The raster histogram count. |
IRasterHistogram |
getElement(int index)
The raster histogram at the specified position. |
void |
insert(int index,
IRasterHistogram pHistogram)
Adds a raster histogram at the specified position. |
void |
remove(int index)
Removes the raster histogram at the specified position. |
void |
removeAll()
Removes all raster histograms. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterHistogram getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IRasterHistogram pHistogram) throws IOException, AutomationException
pHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IRasterHistogram pHistogram) throws IOException, AutomationException
index
- The index (in)pHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
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 |