com.esri.arcgis.datasourcesraster
Interface IPanSharpenGramSchmidtFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPanSharpenGramSchmidtFunctionArgumentsProxy, PanSharpenGramSchmidtFunctionArguments

public interface IPanSharpenGramSchmidtFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to Pan Sharpen Gram Schmidt 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 IIDe6648351_91a2_4921_be82_76e8fa834026
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getMSImage()
          The multispectrum image.
 java.lang.Object getPanImage()
          The panchromatic image.
 IDoubleArray getWeights()
          The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
 void setMSImageByRef(java.lang.Object ppMSImage)
          The multispectrum image.
 void setPanImageByRef(java.lang.Object ppPanImage)
          The panchromatic image.
 void setWeightsByRef(IDoubleArray ppWeights)
          The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
 

Field Detail

IIDe6648351_91a2_4921_be82_76e8fa834026

static final int IIDe6648351_91a2_4921_be82_76e8fa834026
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

getMSImage

java.lang.Object getMSImage()
                            throws java.io.IOException,
                                   AutomationException
The multispectrum image.

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

setMSImageByRef

void setMSImageByRef(java.lang.Object ppMSImage)
                     throws java.io.IOException,
                            AutomationException
The multispectrum image.

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

getPanImage

java.lang.Object getPanImage()
                             throws java.io.IOException,
                                    AutomationException
The panchromatic image.

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

setPanImageByRef

void setPanImageByRef(java.lang.Object ppPanImage)
                      throws java.io.IOException,
                             AutomationException
The panchromatic image.

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

getWeights

IDoubleArray getWeights()
                        throws java.io.IOException,
                               AutomationException
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.

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.

setWeightsByRef

void setWeightsByRef(IDoubleArray ppWeights)
                     throws java.io.IOException,
                            AutomationException
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.

Parameters:
ppWeights - 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.