|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterClassNames
COM Interface 'IRasterClassNames'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa1f03e11_e88a_11d2_8ef1_00609770ad52
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDa1f03e11_e88a_11d2_8ef1_00609770ad52
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |