|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterClassNames
Provides access to members that control raster class names.
| Method Summary | |
|---|---|
int |
bin(double pixval)
Converts pixels to indices. |
void |
create(int numNames)
Create Class Names safe array. |
String |
getClassName(int nEntry)
The class name at the current entry. |
Object |
getNames()
String array of class (category) names. |
int |
getSize()
The number of Class Names for the band. |
void |
setClassName(int nEntry,
String pClassName)
The class name at the current entry. |
| Method Detail |
|---|
void create(int numNames)
throws IOException,
AutomationException
numNames - The numNames (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassName(int nEntry,
String pClassName)
throws IOException,
AutomationException
nEntry - The nEntry (in)pClassName - The pClassName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getClassName(int nEntry)
throws IOException,
AutomationException
nEntry - The nEntry (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.
Object getNames()
throws IOException,
AutomationException
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 | ||||||||