public interface IContrastTable
extends java.io.Serializable
Description: 'Provides access to members that control a contrast table.' 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 |
IID7e7e6104_fa34_11d1_8d22_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
bin(double pixval)
Translates pixel values to integers.
|
java.lang.Object |
getLUT()
Lookup table array of double precision floats.
|
void |
setLUT(java.lang.Object pVal)
Lookup table array of double precision floats.
|
double |
translateValue(double pixval)
Translates pixel values to table entries.
|
static final int IID7e7e6104_fa34_11d1_8d22_0000f8780535
static final int xxDummy
static final java.lang.String IID
java.lang.Object getLUT() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLUT(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double translateValue(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.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.