|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStretchFunctionArguments
Provides access to members that control stretch function arguments.
Method Summary | |
---|---|
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. |
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(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. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStretchType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStretchType(int pStretchType) throws IOException, AutomationException
pStretchType
- A com.esri.arcgis.datasourcesraster.esriRasterStretchType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getGamma() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGammaByRef(IDoubleArray ppGamma) throws IOException, AutomationException
ppGamma
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatisticsByRef(IArray ppStats) throws IOException, AutomationException
ppStats
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getHistograms() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramsByRef(IArray ppHistograms) throws IOException, AutomationException
ppHistograms
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberOfStandardDeviations(double pNumStdDevs) throws IOException, AutomationException
pNumStdDevs
- The pNumStdDevs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getNumberOfStandardDeviations() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGamma() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseGamma(boolean pUseGamma) throws IOException, AutomationException
pUseGamma
- The pUseGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMin(double pMinValue) throws IOException, AutomationException
pMinValue
- The pMinValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMax(double pMaxValue) throws IOException, AutomationException
pMaxValue
- The pMaxValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinPercent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinPercent(double pPercent) throws IOException, AutomationException
pPercent
- The pPercent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxPercent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxPercent(double pPercent) throws IOException, AutomationException
pPercent
- The pPercent (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 |