public interface IStretchFunctionArguments
extends 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 |
IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getGamma()
The list of Gamma value(s).
|
IArray |
getHistograms()
The custom raster stretch histogram.
|
double |
getMax()
The current maximum output value.
|
double |
getMaxPercent()
The current maximum percent value.
|
double |
getMin()
The current minimum output value.
|
double |
getMinPercent()
The current minimum percent value.
|
double |
getNumberOfStandardDeviations()
The number of standard deviations for standard deviation stretch.
|
java.lang.Object |
getRaster()
The source raster object.
|
IArray |
getStatistics()
The custom raster stretch statistics.
|
int |
getStretchType()
The stretch type.
|
boolean |
isUseGamma()
Indicates if applies Gamma stretch.
|
void |
setGammaByRef(IDoubleArray ppGamma)
The list of Gamma value(s).
|
void |
setHistogramsByRef(IArray ppHistograms)
The custom raster stretch histogram.
|
void |
setMax(double pMaxValue)
The current maximum output value.
|
void |
setMaxPercent(double pPercent)
The current maximum percent value.
|
void |
setMin(double pMinValue)
The current minimum output value.
|
void |
setMinPercent(double pPercent)
The current minimum percent value.
|
void |
setNumberOfStandardDeviations(double pNumStdDevs)
The number of standard deviations for standard deviation stretch.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setStatisticsByRef(IArray ppStats)
The custom raster stretch statistics.
|
void |
setStretchType(int pStretchType)
The stretch type.
|
void |
setUseGamma(boolean pUseGamma)
Indicates if applies Gamma stretch.
|
static final int IID3e5a8ca3_6a10_4a3e_a49b_bbc4c86e23fe
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStretchType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStretchType(int pStretchType) throws java.io.IOException, AutomationException
pStretchType
- A com.esri.arcgis.datasourcesraster.esriRasterStretchType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getGamma() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGammaByRef(IDoubleArray ppGamma) throws java.io.IOException, AutomationException
ppGamma
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatisticsByRef(IArray ppStats) throws java.io.IOException, AutomationException
ppStats
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getHistograms() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHistogramsByRef(IArray ppHistograms) throws java.io.IOException, AutomationException
ppHistograms
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberOfStandardDeviations(double pNumStdDevs) throws java.io.IOException, AutomationException
pNumStdDevs
- The pNumStdDevs (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getNumberOfStandardDeviations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseGamma() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseGamma(boolean pUseGamma) throws java.io.IOException, AutomationException
pUseGamma
- The pUseGamma (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMin(double pMinValue) throws java.io.IOException, AutomationException
pMinValue
- The pMinValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMax(double pMaxValue) throws java.io.IOException, AutomationException
pMaxValue
- The pMaxValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinPercent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinPercent(double pPercent) throws java.io.IOException, AutomationException
pPercent
- The pPercent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxPercent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxPercent(double pPercent) throws java.io.IOException, AutomationException
pPercent
- The pPercent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.