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