|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStretchFunctionArguments2
Provides access to members that control stretch function arguments.
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 |
Method Detail |
---|
boolean isDRA() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDRA(boolean pDRA) throws IOException, AutomationException
pDRA
- The pDRA (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEstimateStatsHistogram() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEstimateStatsHistogram(boolean pEstimateStatsHistogram) throws IOException, AutomationException
pEstimateStatsHistogram
- The pEstimateStatsHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isComputeGamma() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setComputeGamma(boolean pComputeGamma) throws IOException, AutomationException
pComputeGamma
- The pComputeGamma (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 |