| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IContrastTable
Provides access to members that control a contrast table.
This interface is not intended to be used by outside developers.
| Method Summary | |
|---|---|
|  int | bin(double pixval)Translates pixel values to integers. | 
|  Object | getLUT()Lookup table array of double precision floats. | 
|  void | setLUT(Object pVal)Lookup table array of double precision floats. | 
|  double | translateValue(double pixval)Translates pixel values to table entries. | 
| Method Detail | 
|---|
Object getLUT()
              throws IOException,
                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLUT(Object pVal)
            throws IOException,
                   AutomationException
pVal - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double translateValue(double pixval)
                      throws IOException,
                             AutomationException
pixval - The pixval  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int bin(double pixval)
        throws IOException,
               AutomationException
pixval - The pixval  (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 | ||||||||