| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterDefaultsEnv7
Provides access to members that control the default raster environment.
| Method Summary | |
|---|---|
|  double | getGammaBlueValue()Gamma blue value. | 
|  double | getGammaGreenValue()Gamma green value. | 
|  double | getGammaRedValue()Gamma red value. | 
|  double | getMaxPercent()The maximum (high) percent value. | 
|  double | getMinPercent()The minimum (low) percent value. | 
|  double | getStandardDeviationsParam()Standard deviation parameter for the stretch renderer. | 
|  int | getStretchType()Indicate stretch type. | 
|  boolean | isUseGamma()Indicates if Gamma stretch should be applied. | 
|  void | setGammaBlueValue(double pBlueGamma)Gamma blue value. | 
|  void | setGammaGreenValue(double pGreenGamma)Gamma green value. | 
|  void | setGammaRedValue(double pRedGamma)Gamma red value. | 
|  void | setMaxPercent(double pPercent)The maximum (high) percent value. | 
|  void | setMinPercent(double pPercent)The minimum (low) percent value. | 
|  void | setStandardDeviationsParam(double param)Standard deviation parameter for the stretch renderer. | 
|  void | setStretchType(int en_stretch)Indicate stretch type. | 
|  void | setUseGamma(boolean pUseGamma)Indicates if Gamma stretch should be applied. | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv6 | 
|---|
| isBoundarySubLayerIsVisible, isFootprintSubLayerIsVisible, isMosaicLayerIsExpanded, isPreviewSubLayerIsVisible, isSeamlineSubLayerIsVisible, setBoundarySubLayerIsVisible, setFootprintSubLayerIsVisible, setMosaicLayerIsExpanded, setPreviewSubLayerIsVisible, setSeamlineSubLayerIsVisible | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv5 | 
|---|
| getBackgroundColor, getNoDataColor, isCreateTiledTIFF, isDisplayBackground, queryBackgroundValues, setBackgroundColor, setBackgroundValues, setCreateTiledTIFF, setDisplayBackground, setNoDataColor | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv4 | 
|---|
| getMaximumRastersColorMatching, isAskSubdatasetSelection, isDisplayWithContrastStretch, setAskSubdatasetSelection, setDisplayWithContrastStretch, setMaximumRastersColorMatching | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3 | 
|---|
| getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2 | 
|---|
| getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll | 
| Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv | 
|---|
| getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking | 
| Method Detail | 
|---|
void setStretchType(int en_stretch)
                    throws IOException,
                           AutomationException
en_stretch - A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant  (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 setStandardDeviationsParam(double param)
                                throws IOException,
                                       AutomationException
param - The param  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getStandardDeviationsParam()
                                  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.
boolean isUseGamma()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGammaRedValue(double pRedGamma)
                      throws IOException,
                             AutomationException
pRedGamma - The pRedGamma  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getGammaRedValue()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGammaGreenValue(double pGreenGamma)
                        throws IOException,
                               AutomationException
pGreenGamma - The pGreenGamma  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getGammaGreenValue()
                          throws IOException,
                                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGammaBlueValue(double pBlueGamma)
                       throws IOException,
                              AutomationException
pBlueGamma - The pBlueGamma  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getGammaBlueValue()
                         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 getMinPercent()
                     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.
double getMaxPercent()
                     throws IOException,
                            AutomationException
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 | ||||||||