com.esri.arcgis.carto
Interface IRasterDefaultsEnv7

All Superinterfaces:
IRasterDefaultsEnv, IRasterDefaultsEnv2, IRasterDefaultsEnv3, IRasterDefaultsEnv4, IRasterDefaultsEnv5, IRasterDefaultsEnv6, java.io.Serializable
All Known Subinterfaces:
IRasterDefaultsEnv8, IRasterDefaultsEnv9
All Known Implementing Classes:
IRasterDefaultsEnv7Proxy, IRasterDefaultsEnv8Proxy, IRasterDefaultsEnv9Proxy, RasterDefaultsEnv

public interface IRasterDefaultsEnv7
extends IRasterDefaultsEnv6, java.io.Serializable

COM Interface 'IRasterDefaultsEnv7'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the default raster environment.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd6071d40_e01c_453e_8f3b_a84e0bda0192
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv6
IIDfd9acc55_6a35_4888_b3c8_9604887b2fc3
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv5
IIDaf3085cd_39d4_45e3_93d0_1071cb4527cb
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv4
IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3
IIDbbce4f14_f0da_4cbf_8196_0e380b34ccbb
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2
IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed
 
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
 
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
 

Field Detail

IIDd6071d40_e01c_453e_8f3b_a84e0bda0192

static final int IIDd6071d40_e01c_453e_8f3b_a84e0bda0192
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setStretchType

void setStretchType(int en_stretch)
                    throws java.io.IOException,
                           AutomationException
Indicate stretch type.

Parameters:
en_stretch - A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStretchType

int getStretchType()
                   throws java.io.IOException,
                          AutomationException
Indicate stretch type.

Returns:
A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandardDeviationsParam

void setStandardDeviationsParam(double param)
                                throws java.io.IOException,
                                       AutomationException
Standard deviation parameter for the stretch renderer.

Parameters:
param - The param (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandardDeviationsParam

double getStandardDeviationsParam()
                                  throws java.io.IOException,
                                         AutomationException
Standard deviation parameter for the stretch renderer.

Returns:
The param
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseGamma

void setUseGamma(boolean pUseGamma)
                 throws java.io.IOException,
                        AutomationException
Indicates if Gamma stretch should be applied.

Parameters:
pUseGamma - The pUseGamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseGamma

boolean isUseGamma()
                   throws java.io.IOException,
                          AutomationException
Indicates if Gamma stretch should be applied.

Returns:
The pUseGamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGammaRedValue

void setGammaRedValue(double pRedGamma)
                      throws java.io.IOException,
                             AutomationException
Gamma red value.

Parameters:
pRedGamma - The pRedGamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGammaRedValue

double getGammaRedValue()
                        throws java.io.IOException,
                               AutomationException
Gamma red value.

Returns:
The pRedGamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGammaGreenValue

void setGammaGreenValue(double pGreenGamma)
                        throws java.io.IOException,
                               AutomationException
Gamma green value.

Parameters:
pGreenGamma - The pGreenGamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGammaGreenValue

double getGammaGreenValue()
                          throws java.io.IOException,
                                 AutomationException
Gamma green value.

Returns:
The pGreenGamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGammaBlueValue

void setGammaBlueValue(double pBlueGamma)
                       throws java.io.IOException,
                              AutomationException
Gamma blue value.

Parameters:
pBlueGamma - The pBlueGamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGammaBlueValue

double getGammaBlueValue()
                         throws java.io.IOException,
                                AutomationException
Gamma blue value.

Returns:
The pBlueGamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinPercent

void setMinPercent(double pPercent)
                   throws java.io.IOException,
                          AutomationException
The minimum (low) percent value.

Parameters:
pPercent - The pPercent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinPercent

double getMinPercent()
                     throws java.io.IOException,
                            AutomationException
The minimum (low) percent value.

Returns:
The pPercent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxPercent

void setMaxPercent(double pPercent)
                   throws java.io.IOException,
                          AutomationException
The maximum (high) percent value.

Parameters:
pPercent - The pPercent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxPercent

double getMaxPercent()
                     throws java.io.IOException,
                            AutomationException
The maximum (high) percent value.

Returns:
The pPercent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.