public interface IRasterClassNames
extends java.io.Serializable
Description: 'Provides access to members that control raster class names.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa1f03e11_e88a_11d2_8ef1_00609770ad52 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
bin(double pixval)
Converts pixels to indices.
|
void |
create(int numNames)
Create Class Names safe array.
|
java.lang.String |
getClassName(int nEntry)
The class name at the current entry.
|
java.lang.Object |
getNames()
String array of class (category) names.
|
int |
getSize()
The number of Class Names for the band.
|
void |
setClassName(int nEntry,
java.lang.String pClassName)
The class name at the current entry.
|
static final int IIDa1f03e11_e88a_11d2_8ef1_00609770ad52
static final int xxDummy
static final java.lang.String IID
void create(int numNames) throws java.io.IOException, AutomationException
numNames
- The numNames (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassName(int nEntry, java.lang.String pClassName) throws java.io.IOException, AutomationException
nEntry
- The nEntry (in)pClassName
- The pClassName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getClassName(int nEntry) throws java.io.IOException, AutomationException
nEntry
- The nEntry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int bin(double pixval) throws java.io.IOException, AutomationException
pixval
- The pixval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.