com.esri.arcgis.datasourcesraster
Interface IPansharpeningFunctionArguments2

All Superinterfaces:
IPansharpeningFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IPansharpeningFunctionArguments2Proxy, PansharpeningFunctionArguments

public interface IPansharpeningFunctionArguments2
extends IPansharpeningFunctionArguments, java.io.Serializable

COM Interface 'IPansharpeningFunctionArguments2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcf0a1f4e_5a42_4dfb_a80f_92b6c3369e37
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPansharpeningFunctionArguments
IID152f5add_6a59_4a06_b826_a949e2cef3df
 
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
 

Field Detail

IIDcf0a1f4e_5a42_4dfb_a80f_92b6c3369e37

static final int IIDcf0a1f4e_5a42_4dfb_a80f_92b6c3369e37
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isKeepStatsHistogram

boolean isKeepStatsHistogram()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the input MS image's statistics and histogram should be kept.

Returns:
The pKeep
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepStatsHistogram

void setKeepStatsHistogram(boolean pKeep)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the input MS image's statistics and histogram should be kept.

Parameters:
pKeep - The pKeep (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumPansharpeningCellsize

double getMaximumPansharpeningCellsize()
                                       throws java.io.IOException,
                                              AutomationException
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.

Returns:
The cellSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumPansharpeningCellsize

void setMaximumPansharpeningCellsize(double cellSize)
                                     throws java.io.IOException,
                                            AutomationException
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.

Parameters:
cellSize - The cellSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.