|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterClassNames
public class RasterClassNames
A list of class (category) names.
This object is new at ArcGIS 9.3.
| Constructor Summary | |
|---|---|
RasterClassNames()
Constructs a RasterClassNames using ArcGIS Engine. |
|
RasterClassNames(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterClassNames theRasterClassNames = (RasterClassNames) obj; |
|
| Method Summary | |
|---|---|
int |
bin(double pixval)
Converts pixels to indices. |
void |
create(int numNames)
Create Class Names safe array. |
boolean |
equals(Object o)
Compare this object with another |
String |
getClassName(int nEntry)
The class name at the current entry. |
static String |
getClsid()
getClsid. |
Object |
getNames()
String array of class (category) names. |
int |
getSize()
The number of Class Names for the band. |
int |
hashCode()
the hashcode for this object |
void |
setClassName(int nEntry,
String pClassName)
The class name at the current entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RasterClassNames()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterClassNames(Object obj)
throws IOException
RasterClassNames theRasterClassNames = (RasterClassNames) obj;
obj to RasterClassNames.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void create(int numNames)
throws IOException,
AutomationException
create in interface IRasterClassNamesnumNames - The numNames (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSize()
throws IOException,
AutomationException
getSize in interface IRasterClassNamesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassName(int nEntry,
String pClassName)
throws IOException,
AutomationException
setClassName in interface IRasterClassNamesnEntry - The nEntry (in)pClassName - The pClassName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getClassName(int nEntry)
throws IOException,
AutomationException
getClassName in interface IRasterClassNamesnEntry - The nEntry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int bin(double pixval)
throws IOException,
AutomationException
bin in interface IRasterClassNamespixval - The pixval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getNames()
throws IOException,
AutomationException
getNames in interface IRasterClassNamesIOException - 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 | ||||||||