com.esri.arcgis.datasourcesraster
Interface IStretchFunctionArguments2

All Superinterfaces:
IStretchFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IStretchFunctionArguments2Proxy, StretchFunctionArguments

public interface IStretchFunctionArguments2
extends IStretchFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control stretch 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 IID248e30e5_b730_487d_822b_0e25e8bbcf1c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IStretchFunctionArguments
IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe
 
Method Summary
 boolean isComputeGamma()
          Indicates if gamma values should be computed by default.
 boolean isDRA()
          Indicates if Dynamic Range Adjustment should be applied.
 boolean isEstimateStatsHistogram()
          Indicates if statistics and histograms should be computed (estimated) if none existss.
 void setComputeGamma(boolean pComputeGamma)
          Indicates if gamma values should be computed by default.
 void setDRA(boolean pDRA)
          Indicates if Dynamic Range Adjustment should be applied.
 void setEstimateStatsHistogram(boolean pEstimateStatsHistogram)
          Indicates if statistics and histograms should be computed (estimated) if none existss.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IStretchFunctionArguments
getGamma, getHistograms, getMax, getMaxPercent, getMin, getMinPercent, getNumberOfStandardDeviations, getRaster, getStatistics, getStretchType, isUseGamma, setGammaByRef, setHistogramsByRef, setMax, setMaxPercent, setMin, setMinPercent, setNumberOfStandardDeviations, setRasterByRef, setStatisticsByRef, setStretchType, setUseGamma
 

Field Detail

IID248e30e5_b730_487d_822b_0e25e8bbcf1c

static final int IID248e30e5_b730_487d_822b_0e25e8bbcf1c
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

isDRA

boolean isDRA()
              throws java.io.IOException,
                     AutomationException
Indicates if Dynamic Range Adjustment should be applied.

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

setDRA

void setDRA(boolean pDRA)
            throws java.io.IOException,
                   AutomationException
Indicates if Dynamic Range Adjustment should be applied.

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

isEstimateStatsHistogram

boolean isEstimateStatsHistogram()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if statistics and histograms should be computed (estimated) if none existss.

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

setEstimateStatsHistogram

void setEstimateStatsHistogram(boolean pEstimateStatsHistogram)
                               throws java.io.IOException,
                                      AutomationException
Indicates if statistics and histograms should be computed (estimated) if none existss.

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

isComputeGamma

boolean isComputeGamma()
                       throws java.io.IOException,
                              AutomationException
Indicates if gamma values should be computed by default.

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

setComputeGamma

void setComputeGamma(boolean pComputeGamma)
                     throws java.io.IOException,
                            AutomationException
Indicates if gamma values should be computed by default.

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