|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INDVIFunctionArguments
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 |
---|
static final int IIDb8c15ba4_ed8c_4e85_9166_f4f149cc3170
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVisibleBandID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisibleBandID(int pVisibleBandID) throws java.io.IOException, AutomationException
pVisibleBandID
- The pVisibleBandID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInfraredBandID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInfraredBandID(int pInfraredBandID) throws java.io.IOException, AutomationException
pInfraredBandID
- The pInfraredBandID (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 |