com.esri.arcgis.datasourcesraster
Interface INDVIFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INDVIFunctionArguments2
All Known Implementing Classes:
INDVIFunctionArguments2Proxy, INDVIFunctionArgumentsProxy, NDVIFunctionArguments

public interface INDVIFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control NDVI 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 IIDb8c15ba4_ed8c_4e85_9166_f4f149cc3170
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getInfraredBandID()
          The infrared band id.
 java.lang.Object getRaster()
          The input raster.
 int getVisibleBandID()
          The visible band id.
 void setInfraredBandID(int pInfraredBandID)
          The infrared band id.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 void setVisibleBandID(int pVisibleBandID)
          The visible band id.
 

Field Detail

IIDb8c15ba4_ed8c_4e85_9166_f4f149cc3170

static final int IIDb8c15ba4_ed8c_4e85_9166_f4f149cc3170
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.

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.

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.

getVisibleBandID

int getVisibleBandID()
                     throws java.io.IOException,
                            AutomationException
The visible band id.

Returns:
The pVisibleBandID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisibleBandID

void setVisibleBandID(int pVisibleBandID)
                      throws java.io.IOException,
                             AutomationException
The visible band id.

Parameters:
pVisibleBandID - The pVisibleBandID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInfraredBandID

int getInfraredBandID()
                      throws java.io.IOException,
                             AutomationException
The infrared band id.

Returns:
The pInfraredBandID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInfraredBandID

void setInfraredBandID(int pInfraredBandID)
                       throws java.io.IOException,
                              AutomationException
The infrared band id.

Parameters:
pInfraredBandID - The pInfraredBandID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.