public interface IPansharpeningFunctionArguments2 extends IPansharpeningFunctionArguments, 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 |
IIDcf0a1f4e_5a42_4dfb_a80f_92b6c3369e37 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID152f5add_6a59_4a06_b826_a949e2cef3df
Modifier and Type | Method and Description |
---|---|
double |
getMaximumPansharpeningCellsize()
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.
|
boolean |
isKeepStatsHistogram()
Indicates if the input MS image's statistics and histogram should be kept.
|
void |
setKeepStatsHistogram(boolean pKeep)
Indicates if the input MS image's statistics and histogram should be kept.
|
void |
setMaximumPansharpeningCellsize(double cellSize)
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.
|
getInfraredImage, getMSImage, getPanImage, getPansharpeningType, getWeights, setInfraredImageByRef, setMSImageByRef, setPanImageByRef, setPansharpeningType, setWeightsByRef
static final int IIDcf0a1f4e_5a42_4dfb_a80f_92b6c3369e37
static final int xxDummy
static final java.lang.String IID
boolean isKeepStatsHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setKeepStatsHistogram(boolean pKeep) throws java.io.IOException, AutomationException
pKeep
- The pKeep (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumPansharpeningCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumPansharpeningCellsize(double cellSize) throws java.io.IOException, AutomationException
cellSize
- The cellSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.