public interface IPansharpeningFilter
extends java.io.Serializable
Description: 'Provides access to members that control a pansharpening filter.' 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 |
IIDa9d01e68_5e2e_4dbd_b878_4ec48f565120 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRaster |
getInfraredImage()
The optional infrared image.
|
IRaster |
getPanImage()
The panchromatic image.
|
int |
getPansharpeningType()
The current pansharpening type.
|
void |
putWeights(double rW,
double gW,
double bW,
double iW)
Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
|
void |
queryWeights(double[] pRW,
double[] pGW,
double[] pBW,
double[] pIW)
Gets the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
|
void |
setInfraredImageByRef(IRaster ppInfraredImage)
The optional infrared image.
|
void |
setPanImageByRef(IRaster ppPanImage)
The panchromatic image.
|
void |
setPansharpeningType(int pSharpeningType)
The current pansharpening type.
|
static final int IIDa9d01e68_5e2e_4dbd_b878_4ec48f565120
static final int xxDummy
static final java.lang.String IID
IRaster getPanImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPanImageByRef(IRaster ppPanImage) throws java.io.IOException, AutomationException
ppPanImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (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.void queryWeights(double[] pRW, double[] pGW, double[] pBW, double[] pIW) throws java.io.IOException, AutomationException
pRW
- The pRW (out: use single element array)pGW
- The pGW (out: use single element array)pBW
- The pBW (out: use single element array)pIW
- The pIW (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putWeights(double rW, double gW, double bW, double iW) throws java.io.IOException, AutomationException
rW
- The rW (in)gW
- The gW (in)bW
- The bW (in)iW
- The iW (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster getInfraredImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInfraredImageByRef(IRaster ppInfraredImage) throws java.io.IOException, AutomationException
ppInfraredImage
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.