public interface IPanSharpenGramSchmidtFunctionArguments
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe6648351_91a2_4921_be82_76e8fa834026 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe6648351_91a2_4921_be82_76e8fa834026
static final int xxDummy
static final java.lang.String IID
java.lang.Object getMSImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMSImageByRef(java.lang.Object ppMSImage) throws java.io.IOException, AutomationException
ppMSImage
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getPanImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPanImageByRef(java.lang.Object ppPanImage) throws java.io.IOException, AutomationException
ppPanImage
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getWeights() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWeightsByRef(IDoubleArray ppWeights) throws java.io.IOException, AutomationException
ppWeights
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.