|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBinFunction
Provides access to members that control a raster histogram bin function.
This interface is not intended to use by outside developers.
Method Summary | |
---|---|
int |
getNumBins()
Number of bins (same as rows in table). |
void |
invert(int bin,
double[] upper,
double[] lower)
Returns upper and lower limits of bin. |
void |
title(String[] title)
Name of bin function. |
int |
valueToIndex(double pixval)
Converts pixel values to columns in the descriptor table. |
Method Detail |
---|
int getNumBins() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int valueToIndex(double pixval) throws IOException, AutomationException
pixval
- The pixval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void invert(int bin, double[] upper, double[] lower) throws IOException, AutomationException
bin
- The bin (in)upper
- The upper (out: use single element array)lower
- The lower (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void title(String[] title) throws IOException, AutomationException
title
- The title (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 |