|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPansharpeningFunctionArguments2
Provides access to members that control pansharpening function arguments.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IPansharpeningFunctionArguments |
---|
getInfraredImage, getMSImage, getPanImage, getPansharpeningType, getWeights, setInfraredImageByRef, setMSImageByRef, setPanImageByRef, setPansharpeningType, setWeightsByRef |
Method Detail |
---|
boolean isKeepStatsHistogram() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeepStatsHistogram(boolean pKeep) throws IOException, AutomationException
pKeep
- The pKeep (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumPansharpeningCellsize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumPansharpeningCellsize(double cellSize) throws IOException, AutomationException
cellSize
- The cellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |