public interface IPansharpeningFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control pansharpening 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 |
IID152f5add_6a59_4a06_b826_a949e2cef3df |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInfraredImage()
The optional infrared image.
|
java.lang.Object |
getMSImage()
The multispectrum image.
|
java.lang.Object |
getPanImage()
The panchromatic image.
|
int |
getPansharpeningType()
The current pansharpening type.
|
IDoubleArray |
getWeights()
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
|
void |
setInfraredImageByRef(java.lang.Object ppInfraredImage)
The optional infrared image.
|
void |
setMSImageByRef(java.lang.Object ppMSImage)
The multispectrum image.
|
void |
setPanImageByRef(java.lang.Object ppPanImage)
The panchromatic image.
|
void |
setPansharpeningType(int pSharpeningType)
The current pansharpening type.
|
void |
setWeightsByRef(IDoubleArray ppWeights)
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
|
static final int IID152f5add_6a59_4a06_b826_a949e2cef3df
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.java.lang.Object getInfraredImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInfraredImageByRef(java.lang.Object ppInfraredImage) throws java.io.IOException, AutomationException
ppInfraredImage
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPansharpeningType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPansharpeningType(int pSharpeningType) throws java.io.IOException, AutomationException
pSharpeningType
- A com.esri.arcgis.datasourcesraster.esriPansharpeningType constant (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.