public interface IStretchFunctionArguments2 extends IStretchFunctionArguments, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID248e30e5_b730_487d_822b_0e25e8bbcf1c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe
Modifier and Type | Method and Description |
---|---|
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.
|
getGamma, getHistograms, getMax, getMaxPercent, getMin, getMinPercent, getNumberOfStandardDeviations, getRaster, getStatistics, getStretchType, isUseGamma, setGammaByRef, setHistogramsByRef, setMax, setMaxPercent, setMin, setMinPercent, setNumberOfStandardDeviations, setRasterByRef, setStatisticsByRef, setStretchType, setUseGamma
static final int IID248e30e5_b730_487d_822b_0e25e8bbcf1c
static final int xxDummy
static final java.lang.String IID
boolean isDRA() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDRA(boolean pDRA) throws java.io.IOException, AutomationException
pDRA
- The pDRA (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEstimateStatsHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEstimateStatsHistogram(boolean pEstimateStatsHistogram) throws java.io.IOException, AutomationException
pEstimateStatsHistogram
- The pEstimateStatsHistogram (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeGamma() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputeGamma(boolean pComputeGamma) throws java.io.IOException, AutomationException
pComputeGamma
- The pComputeGamma (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.