com.esri.arcgis.datasourcesraster
Interface ISpectralConversionFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISpectralConversionFunctionArguments2
All Known Implementing Classes:
ISpectralConversionFunctionArguments2Proxy, ISpectralConversionFunctionArgumentsProxy, SpectralConversionFunctionArguments

public interface ISpectralConversionFunctionArguments
extends java.io.Serializable

COM Interface 'ISpectralConversionFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control spectral conversion function arguments.' 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 IID28b79fd7_9ab2_45c5_97d5_02e2a1eed116
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDoubleArray getConversionMatrix()
          The spectral conversion matrix.
 java.lang.Object getRaster()
          The input raster for conversion.
 void setConversionMatrixByRef(IDoubleArray ppMatrix)
          The spectral conversion matrix.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster for conversion.
 

Field Detail

IID28b79fd7_9ab2_45c5_97d5_02e2a1eed116

static final int IID28b79fd7_9ab2_45c5_97d5_02e2a1eed116
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster for conversion.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input raster for conversion.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConversionMatrix

IDoubleArray getConversionMatrix()
                                 throws java.io.IOException,
                                        AutomationException
The spectral conversion matrix.

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConversionMatrixByRef

void setConversionMatrixByRef(IDoubleArray ppMatrix)
                              throws java.io.IOException,
                                     AutomationException
The spectral conversion matrix.

Parameters:
ppMatrix - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.